Class LodestoneTerrainParticleOptions
java.lang.Object
team.lodestar.lodestone.systems.particle.SimpleParticleOptions
team.lodestar.lodestone.systems.particle.world.options.WorldParticleOptions
team.lodestar.lodestone.systems.particle.world.options.LodestoneTerrainParticleOptions
- All Implemented Interfaces:
net.minecraft.core.particles.ParticleOptions
-
Nested Class Summary
Nested classes/interfaces inherited from class team.lodestar.lodestone.systems.particle.SimpleParticleOptions
SimpleParticleOptions.ParticleDiscardFunctionType, SimpleParticleOptions.ParticleSpritePicker -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal net.minecraft.core.BlockPosfinal net.minecraft.world.level.block.state.BlockStateFields inherited from class team.lodestar.lodestone.systems.particle.world.options.WorldParticleOptions
behavior, behaviorComponent, noClip, particleLight, renderActors, renderLayer, renderType, shouldCull, spawnActors, tickActors, typeFields inherited from class team.lodestar.lodestone.systems.particle.SimpleParticleOptions
colorData, DEFAULT_COLOR, DEFAULT_GENERIC, DEFAULT_SPIN, discardFunctionType, frictionStrengthSupplier, gravityStrengthSupplier, lifeDelaySupplier, lifetimeSupplier, scaleData, spinData, spritePicker, transparencyData -
Constructor Summary
ConstructorsConstructorDescriptionLodestoneTerrainParticleOptions(Supplier<? extends LodestoneTerrainParticleType> type, net.minecraft.world.level.block.state.BlockState blockState) LodestoneTerrainParticleOptions(Supplier<? extends LodestoneTerrainParticleType> type, net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.core.BlockPos blockPos) LodestoneTerrainParticleOptions(net.minecraft.core.particles.ParticleType<LodestoneTerrainParticleOptions> type, net.minecraft.world.level.block.state.BlockState blockState) LodestoneTerrainParticleOptions(net.minecraft.core.particles.ParticleType<LodestoneTerrainParticleOptions> type, net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.core.BlockPos blockPos) -
Method Summary
Methods inherited from class team.lodestar.lodestone.systems.particle.world.options.WorldParticleOptions
getType, setBehavior, setBehaviorIfDefault
-
Field Details
-
blockState
public final net.minecraft.world.level.block.state.BlockState blockState -
blockPos
public final net.minecraft.core.BlockPos blockPos
-
-
Constructor Details
-
LodestoneTerrainParticleOptions
public LodestoneTerrainParticleOptions(net.minecraft.core.particles.ParticleType<LodestoneTerrainParticleOptions> type, net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.core.BlockPos blockPos) -
LodestoneTerrainParticleOptions
public LodestoneTerrainParticleOptions(Supplier<? extends LodestoneTerrainParticleType> type, net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.core.BlockPos blockPos) -
LodestoneTerrainParticleOptions
public LodestoneTerrainParticleOptions(net.minecraft.core.particles.ParticleType<LodestoneTerrainParticleOptions> type, net.minecraft.world.level.block.state.BlockState blockState) -
LodestoneTerrainParticleOptions
public LodestoneTerrainParticleOptions(Supplier<? extends LodestoneTerrainParticleType> type, net.minecraft.world.level.block.state.BlockState blockState)
-