Package team.lodestar.lodestone.setup
Class LodestoneParticleRegistry
java.lang.Object
team.lodestar.lodestone.setup.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<LodestoneParticleType>static net.minecraftforge.registries.RegistryObject<LodestoneSparkParticleType>static net.minecraftforge.registries.RegistryObject<LodestoneParticleType>static net.minecraftforge.registries.RegistryObject<LodestoneParticleType>static net.minecraftforge.registries.RegistryObject<LodestoneTerrainParticleType>static net.minecraftforge.registries.RegistryObject<LodestoneParticleType>static net.minecraftforge.registries.RegistryObject<LodestoneParticleType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregisterParticleFactory(net.minecraftforge.client.event.ParticleFactoryRegisterEvent event)
-
Field Details
-
PARTICLES
public static net.minecraftforge.registries.DeferredRegister<net.minecraft.core.particles.ParticleType<?>> PARTICLES -
WISP_PARTICLE
-
SMOKE_PARTICLE
-
SPARKLE_PARTICLE
-
TWINKLE_PARTICLE
-
STAR_PARTICLE
-
SPARK_PARTICLE
public static net.minecraftforge.registries.RegistryObject<LodestoneSparkParticleType> 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()
-
-
Method Details
-
registerParticleFactory
public static void registerParticleFactory(net.minecraftforge.client.event.ParticleFactoryRegisterEvent event)
-