Package codechicken.multipart.block
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 -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddDestroyEffects(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) booleanaddHitEffects(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) booleanplayBreakSound(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, waitMethods 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:
addHitEffectsin interfacenet.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:
addDestroyEffectsin interfacenet.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:
playBreakSoundin interfacenet.neoforged.neoforge.client.extensions.common.IClientBlockExtensions
-