Class CamoRegistry

java.lang.Object
com.mrbysco.camocreepers.registration.CamoRegistry

public class CamoRegistry extends Object
This class is used to register entities and items.
  • Field Details

    • ITEMS

      public static final RegistrationProvider<net.minecraft.world.item.Item> ITEMS
    • ENTITY_TYPES

      public static final RegistrationProvider<net.minecraft.world.entity.EntityType<?>> ENTITY_TYPES
    • CAMO_CREEPER

      public static final RegistryObject<net.minecraft.world.entity.EntityType<CamoCreeper>> CAMO_CREEPER
    • CAMO_CREEPER_SPAWN_EGG

      public static final RegistryObject<net.minecraft.world.item.Item> CAMO_CREEPER_SPAWN_EGG
  • Constructor Details

    • CamoRegistry

      public CamoRegistry()
  • Method Details

    • register

      public static <T extends net.minecraft.world.entity.Entity> net.minecraft.world.entity.EntityType<T> register(String id, net.minecraft.world.entity.EntityType.Builder<T> builder)
    • loadClass

      public static void loadClass()