Interface IIdentifiableNetworkElement
- All Known Subinterfaces:
IPartNetworkElement<P,
S>
- All Known Implementing Classes:
DelayNetworkElement
,PartNetworkElement
,ProxyNetworkElement
public interface IIdentifiableNetworkElement
A network element that is identifiable within a certain group.
Element id's must be unique within the given group.
-
Method Summary
-
Method Details
-
getId
int getId()- Returns:
- The unique id of this element.
-
getGroup
net.minecraft.resources.ResourceLocation getGroup()- Returns:
- A group within which the element is unique.
-