Class LodestoneParticleComponents
java.lang.Object
team.lodestar.lodestone.registry.client.LodestoneParticleComponents
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ParticleComponentType<AttractorConfig> static final ParticleComponentType<BoidsConfig> static final ParticleComponentType<ColorConfig> static final ParticleComponentType<ScaleConfig> static final ParticleComponentType<SpinConfig> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<ParticleComponentType<?>> all()static ParticleComponentType<?> get(net.minecraft.resources.ResourceLocation id) static intgetRegistryId(ParticleComponentType<?> type) static <T> ParticleComponentType<T> register(ParticleComponentType<T> type)
-
Field Details
-
COLOR
-
SCALE
-
SPIN
-
BOIDS
-
ATTRACTOR
-
-
Constructor Details
-
LodestoneParticleComponents
public LodestoneParticleComponents()
-
-
Method Details
-
register
-
get
-
all
-
getRegistryId
-