Class ReducedDestroyEffects

java.lang.Object
com.simibubi.create.foundation.block.render.ReducedDestroyEffects
All Implemented Interfaces:
net.neoforged.neoforge.client.extensions.common.IClientBlockExtensions
Direct Known Subclasses:
BeltBlock.RenderProperties, TrackBlock.RenderProperties

public class ReducedDestroyEffects extends Object implements net.neoforged.neoforge.client.extensions.common.IClientBlockExtensions
  • 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
    boolean
    addDestroyEffects(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level worldIn, net.minecraft.core.BlockPos pos, net.minecraft.client.particle.ParticleEngine manager)
     

    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

    • ReducedDestroyEffects

      public ReducedDestroyEffects()
  • Method Details

    • addDestroyEffects

      public boolean addDestroyEffects(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level worldIn, net.minecraft.core.BlockPos pos, net.minecraft.client.particle.ParticleEngine manager)
      Specified by:
      addDestroyEffects in interface net.neoforged.neoforge.client.extensions.common.IClientBlockExtensions