Class LodestoneTerrainParticleOptions

All Implemented Interfaces:
net.minecraft.core.particles.ParticleOptions

public class LodestoneTerrainParticleOptions extends WorldParticleOptions
  • 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(net.minecraftforge.registries.RegistryObject<? 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(net.minecraftforge.registries.RegistryObject<? extends LodestoneTerrainParticleType> type, net.minecraft.world.level.block.state.BlockState blockState)