Class TubeStructuralBlock.RenderProperties
java.lang.Object
com.petrolpark.compat.create.core.tube.TubeStructuralBlock.RenderProperties
- All Implemented Interfaces:
net.minecraftforge.client.extensions.common.IClientBlockExtensions
- Enclosing class:
- TubeStructuralBlock
public static class TubeStructuralBlock.RenderProperties
extends Object
implements net.minecraftforge.client.extensions.common.IClientBlockExtensions
-
Field Summary
Fields inherited from interface net.minecraftforge.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.minecraftforge.client.extensions.common.IClientBlockExtensions
addHitEffects, areBreakingParticlesTinted, getFogColor
-
Constructor Details
-
RenderProperties
public RenderProperties()
-
-
Method Details
-
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.minecraftforge.client.extensions.common.IClientBlockExtensions
-