Class BlockMultipartClientExtensions

java.lang.Object
codechicken.multipart.block.BlockMultipartClientExtensions
All Implemented Interfaces:
net.neoforged.neoforge.client.extensions.common.IClientBlockExtensions

public class BlockMultipartClientExtensions extends Object implements net.neoforged.neoforge.client.extensions.common.IClientBlockExtensions
Created by covers1624 on 7/13/26.
  • 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 Level, net.minecraft.core.BlockPos pos, net.minecraft.client.particle.ParticleEngine manager)
     
    boolean
    addHitEffects(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level level, net.minecraft.world.phys.HitResult target, net.minecraft.client.particle.ParticleEngine manager)
     
    boolean
    playBreakSound(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos)
     

    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

    areBreakingParticlesTinted, getFogColor, playHitSound
  • Constructor Details

    • BlockMultipartClientExtensions

      public BlockMultipartClientExtensions()
  • Method Details

    • addHitEffects

      public boolean addHitEffects(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level level, net.minecraft.world.phys.HitResult target, net.minecraft.client.particle.ParticleEngine manager)
      Specified by:
      addHitEffects in interface net.neoforged.neoforge.client.extensions.common.IClientBlockExtensions
    • addDestroyEffects

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

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