Class RegistryEntries

java.lang.Object
org.cyclops.cyclopscore.RegistryEntries

public class RegistryEntries extends Object
Referenced registry entries.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.core.component.DataComponentType<?>,net.minecraft.core.component.DataComponentType<Integer>>
     
    static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.core.component.DataComponentType<?>,net.minecraft.core.component.DataComponentType<Integer>>
     
    static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.core.component.DataComponentType<?>,net.minecraft.core.component.DataComponentType<net.neoforged.neoforge.fluids.SimpleFluidContent>>
     
    static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.core.component.DataComponentType<?>,net.minecraft.core.component.DataComponentType<SimpleInventory>>
     
    static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.inventory.MenuType<?>,net.minecraft.world.inventory.MenuType<ContainerInfoBookTest>>
     
    static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.core.particles.ParticleType<?>,net.minecraft.core.particles.ParticleType<?>>
     
    static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.core.particles.ParticleType<?>,net.minecraft.core.particles.ParticleType<?>>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • PARTICLE_BLUR

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.core.particles.ParticleType<?>,net.minecraft.core.particles.ParticleType<?>> PARTICLE_BLUR
    • PARTICLE_DROP_COLORED

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.core.particles.ParticleType<?>,net.minecraft.core.particles.ParticleType<?>> PARTICLE_DROP_COLORED
    • CONTAINER_INFOBOOK_TEST

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.inventory.MenuType<?>,net.minecraft.world.inventory.MenuType<ContainerInfoBookTest>> CONTAINER_INFOBOOK_TEST
    • COMPONENT_CAPACITY

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.core.component.DataComponentType<?>,net.minecraft.core.component.DataComponentType<Integer>> COMPONENT_CAPACITY
    • COMPONENT_ENERGY_STORAGE

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.core.component.DataComponentType<?>,net.minecraft.core.component.DataComponentType<Integer>> COMPONENT_ENERGY_STORAGE
    • COMPONENT_FLUID_CONTENT

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.core.component.DataComponentType<?>,net.minecraft.core.component.DataComponentType<net.neoforged.neoforge.fluids.SimpleFluidContent>> COMPONENT_FLUID_CONTENT
    • COMPONENT_INVENTORY

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.core.component.DataComponentType<?>,net.minecraft.core.component.DataComponentType<SimpleInventory>> COMPONENT_INVENTORY
  • Constructor Details

    • RegistryEntries

      public RegistryEntries()