Class BlockStateBaseMixin
java.lang.Object
de.luckymcdev.foundryengine.mixin.world.BlockStateBaseMixin
- All Implemented Interfaces:
EngineBlockStateBehavior, EngineInterface<net.minecraft.world.level.block.state.BlockBehaviour.BlockStateBase>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidengine$setDestroySpeed(float speed) abstract voidengine$setLightEmission(int emission) abstract voidengine$setRequiresTool(boolean requiresTool) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EngineInterface
engine$self
-
Constructor Details
-
BlockStateBaseMixin
public BlockStateBaseMixin()
-
-
Method Details
-
engine$setLightEmission
public abstract void engine$setLightEmission(int emission) - Specified by:
engine$setLightEmissionin interfaceEngineBlockStateBehavior
-
engine$setDestroySpeed
public abstract void engine$setDestroySpeed(float speed) - Specified by:
engine$setDestroySpeedin interfaceEngineBlockStateBehavior
-
engine$setRequiresTool
public abstract void engine$setRequiresTool(boolean requiresTool) - Specified by:
engine$setRequiresToolin interfaceEngineBlockStateBehavior
-