Class LodestoneScreenParticleRegistry
java.lang.Object
team.lodestar.lodestone.registry.common.particle.LodestoneScreenParticleRegistry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ArrayList<ScreenParticleType<?>>static final ScreenParticleType<ScreenParticleOptions>static final ScreenParticleType<ScreenParticleOptions>static final ScreenParticleType<ScreenParticleOptions>static final ScreenParticleType<ScreenParticleOptions>static final ScreenParticleType<ScreenParticleOptions> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.client.particle.SpriteSetgetSpriteSet(net.minecraft.resources.ResourceLocation resourceLocation) static voidregisterParticleFactory(net.minecraftforge.client.event.RegisterParticleProvidersEvent event) static <T extends ScreenParticleOptions>
voidregisterProvider(ScreenParticleType<T> type, ScreenParticleType.ParticleProvider<T> provider) static <T extends ScreenParticleOptions>
ScreenParticleType<T>registerType(ScreenParticleType<T> type)
-
Field Details
-
PARTICLE_TYPES
-
WISP
-
SMOKE
-
SPARKLE
-
TWINKLE
-
STAR
-
-
Constructor Details
-
LodestoneScreenParticleRegistry
public LodestoneScreenParticleRegistry()
-
-
Method Details
-
registerParticleFactory
public static void registerParticleFactory(net.minecraftforge.client.event.RegisterParticleProvidersEvent event) -
registerType
public static <T extends ScreenParticleOptions> ScreenParticleType<T> registerType(ScreenParticleType<T> type) -
registerProvider
public static <T extends ScreenParticleOptions> void registerProvider(ScreenParticleType<T> type, ScreenParticleType.ParticleProvider<T> provider) -
getSpriteSet
public static net.minecraft.client.particle.SpriteSet getSpriteSet(net.minecraft.resources.ResourceLocation resourceLocation)
-