Package pers.neige.neigeitems.ref.entity
Class RefEntityType
-
- All Implemented Interfaces:
public class RefEntityType<T extends RefEntity>
-
-
Field Summary
Fields Modifier and Type Field Description public final static RefEntityType<RefEntitySheep>
SHEEP
-
Constructor Summary
Constructors Constructor Description RefEntityType()
-
Method Summary
Modifier and Type Method Description static <T extends RefEntity> RefEntityType<T>
registerEntity(String id, RefEntityTypesBuilder<T> type)
native String
getDescriptionId()
-
-
Method Detail
-
registerEntity
static <T extends RefEntity> RefEntityType<T> registerEntity(String id, RefEntityTypesBuilder<T> type)
-
getDescriptionId
native String getDescriptionId()
-
-
-
-