类 SLPEntityTypes
java.lang.Object
top.r3944realms.superleadrope.core.register.SLPEntityTypes
The type Slp entity types.
-
字段概要
字段修饰符和类型字段说明static net.minecraftforge.registries.DeferredRegister<net.minecraft.world.entity.EntityType<?>>The Entity types.static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<SuperLeashKnotEntity>>The Super lead knot.static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<SuperLeashRopeEntity>>The constant SUPER_LEASH_ROPE. -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static StringgetEntityNameKey(String entityName) Gets entity name key.static voidregister(net.minecraftforge.eventbus.api.IEventBus bus) Register.
-
字段详细资料
-
ENTITY_TYPES
public static net.minecraftforge.registries.DeferredRegister<net.minecraft.world.entity.EntityType<?>> ENTITY_TYPESThe Entity types. -
SUPER_LEAD_KNOT
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<SuperLeashKnotEntity>> SUPER_LEAD_KNOTThe Super lead knot. -
SUPER_LEASH_ROPE
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<SuperLeashRopeEntity>> SUPER_LEASH_ROPEThe constant SUPER_LEASH_ROPE.
-
-
构造器详细资料
-
SLPEntityTypes
public SLPEntityTypes()
-
-
方法详细资料
-
getEntityNameKey
Gets entity name key.- 参数:
entityName- the entity name- 返回:
- the entity name key
-
register
public static void register(net.minecraftforge.eventbus.api.IEventBus bus) Register.- 参数:
bus- the bus
-