Class LodestoneParticleRegistry
java.lang.Object
team.lodestar.lodestone.registry.common.particle.LodestoneParticleRegistry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic net.minecraftforge.registries.RegistryObject<LodestoneItemCrumbsParticleType>static net.minecraftforge.registries.DeferredRegister<net.minecraft.core.particles.ParticleType<?>>static net.minecraftforge.registries.RegistryObject<LodestoneWorldParticleType>static net.minecraftforge.registries.RegistryObject<LodestoneWorldParticleType>static net.minecraftforge.registries.RegistryObject<LodestoneWorldParticleType>static net.minecraftforge.registries.RegistryObject<LodestoneWorldParticleType>static net.minecraftforge.registries.RegistryObject<LodestoneTerrainParticleType>static net.minecraftforge.registries.RegistryObject<LodestoneWorldParticleType>static net.minecraftforge.registries.RegistryObject<LodestoneWorldParticleType> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PARTICLES
public static net.minecraftforge.registries.DeferredRegister<net.minecraft.core.particles.ParticleType<?>> PARTICLES -
WISP_PARTICLE
public static net.minecraftforge.registries.RegistryObject<LodestoneWorldParticleType> WISP_PARTICLE -
SMOKE_PARTICLE
public static net.minecraftforge.registries.RegistryObject<LodestoneWorldParticleType> SMOKE_PARTICLE -
SPARKLE_PARTICLE
public static net.minecraftforge.registries.RegistryObject<LodestoneWorldParticleType> SPARKLE_PARTICLE -
TWINKLE_PARTICLE
public static net.minecraftforge.registries.RegistryObject<LodestoneWorldParticleType> TWINKLE_PARTICLE -
STAR_PARTICLE
public static net.minecraftforge.registries.RegistryObject<LodestoneWorldParticleType> STAR_PARTICLE -
SPARK_PARTICLE
public static net.minecraftforge.registries.RegistryObject<LodestoneWorldParticleType> SPARK_PARTICLE -
TERRAIN_PARTICLE
public static net.minecraftforge.registries.RegistryObject<LodestoneTerrainParticleType> TERRAIN_PARTICLE -
ITEM_PARTICLE
public static net.minecraftforge.registries.RegistryObject<LodestoneItemCrumbsParticleType> ITEM_PARTICLE
-
-
Constructor Details
-
LodestoneParticleRegistry
public LodestoneParticleRegistry()
-