Class CartRegistry

java.lang.Object
com.mrbysco.chowderexpress.registration.CartRegistry

public class CartRegistry extends Object
  • Field Details

    • ITEMS

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

      public static final RegistrationProvider<net.minecraft.sounds.SoundEvent> SOUND_EVENTS
    • ENTITY_TYPES

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

      public static final RegistryObject<net.minecraft.sounds.SoundEvent> MM_SOUP
    • FILL_BOWL

      public static final RegistryObject<net.minecraft.sounds.SoundEvent> FILL_BOWL
    • EMPTY_BOWL

      public static final RegistryObject<net.minecraft.sounds.SoundEvent> EMPTY_BOWL
    • SOUP_CART_ITEM

      public static final RegistryObject<SoupCartItem> SOUP_CART_ITEM
    • SOUP_CART

      public static final RegistryObject<net.minecraft.world.entity.EntityType<SoupCart>> SOUP_CART
  • Constructor Details

    • CartRegistry

      public CartRegistry()
  • Method Details

    • getEntityKey

      public static net.minecraft.resources.ResourceKey<net.minecraft.world.entity.EntityType<?>> getEntityKey(String name)
    • loadClass

      public static void loadClass()