Package org.cyclops.cyclopscore
Class RegistryEntries
java.lang.Object
org.cyclops.cyclopscore.RegistryEntries
Referenced registry entries.
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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
-
Method Summary
-
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()
-