类 SLPEntityTypes

java.lang.Object
top.r3944realms.superleadrope.core.register.SLPEntityTypes

public class SLPEntityTypes extends Object
The type Slp entity types.
  • 字段详细资料

    • ENTITY_TYPES

      public static net.minecraftforge.registries.DeferredRegister<net.minecraft.world.entity.EntityType<?>> ENTITY_TYPES
      The Entity types.
    • SUPER_LEAD_KNOT

      public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<SuperLeashKnotEntity>> SUPER_LEAD_KNOT
      The Super lead knot.
    • SUPER_LEASH_ROPE

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<SuperLeashRopeEntity>> SUPER_LEASH_ROPE
      The constant SUPER_LEASH_ROPE.
  • 构造器详细资料

    • SLPEntityTypes

      public SLPEntityTypes()
  • 方法详细资料

    • getEntityNameKey

      public static String getEntityNameKey(String entityName)
      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