Class TubeStructuralBlock.RenderProperties
java.lang.Object
com.petrolpark.compat.create.core.tube.TubeStructuralBlock.RenderProperties
- All Implemented Interfaces:
net.neoforged.neoforge.client.extensions.common.IClientBlockExtensions
- Enclosing class:
TubeStructuralBlock
public static class TubeStructuralBlock.RenderProperties
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 -
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) 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
addHitEffects, areBreakingParticlesTinted, getFogColor, playBreakSound
-
Constructor Details
-
RenderProperties
public RenderProperties()
-
-
Method Details
-
addDestroyEffects
public boolean addDestroyEffects(@Nonnull net.minecraft.world.level.block.state.BlockState state, @Nonnull net.minecraft.world.level.Level Level, @Nonnull net.minecraft.core.BlockPos pos, @Nonnull net.minecraft.client.particle.ParticleEngine manager) - Specified by:
addDestroyEffectsin interfacenet.neoforged.neoforge.client.extensions.common.IClientBlockExtensions
-