JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
info.u_team.u_team_core.api.registry
Interface IUArrayRegistryType<T>
All Known Implementing Classes:
ArmorSet
,
ToolSet
public interface
IUArrayRegistryType<T>
Implement this in your class which holds entries so the
BaseRegistryUtil
can register them all.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
[]
getArray
()
Must always returns the same registry type array copy.
Method Detail
getArray
T
[] getArray()
Must always returns the same registry type array copy. Because of mutability this array must be copied.
Returns:
Array of entries
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method