Class TrackBlock.RenderProperties

java.lang.Object
com.simibubi.create.foundation.block.render.ReducedDestroyEffects
com.simibubi.create.content.trains.track.TrackBlock.RenderProperties
All Implemented Interfaces:
MultiPosDestructionHandler, net.neoforged.neoforge.client.extensions.common.IClientBlockExtensions
Enclosing class:
TrackBlock

public static class TrackBlock.RenderProperties extends ReducedDestroyEffects implements MultiPosDestructionHandler
  • Field Summary

    Fields inherited from interface net.neoforged.neoforge.client.extensions.common.IClientBlockExtensions

    DEFAULT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable Set<net.minecraft.core.BlockPos>
    getExtraPositions(net.minecraft.client.multiplayer.ClientLevel level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState blockState, int progress)
    Returned set must be mutable and must not be changed after it is returned.

    Methods inherited from class com.simibubi.create.foundation.block.render.ReducedDestroyEffects

    addDestroyEffects

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.neoforged.neoforge.client.extensions.common.IClientBlockExtensions

    addHitEffects, areBreakingParticlesTinted, getFogColor, playBreakSound
  • Constructor Details

    • RenderProperties

      public RenderProperties()
  • Method Details

    • getExtraPositions

      @Nullable public @Nullable Set<net.minecraft.core.BlockPos> getExtraPositions(net.minecraft.client.multiplayer.ClientLevel level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState blockState, int progress)
      Description copied from interface: MultiPosDestructionHandler
      Returned set must be mutable and must not be changed after it is returned.
      Specified by:
      getExtraPositions in interface MultiPosDestructionHandler