Class ConductorBlockInteractionBehavior.BlazeBurner
java.lang.Object
com.simibubi.create.api.behaviour.interaction.MovingInteractionBehaviour
com.simibubi.create.api.behaviour.interaction.ConductorBlockInteractionBehavior
com.simibubi.create.api.behaviour.interaction.ConductorBlockInteractionBehavior.BlazeBurner
- Enclosing class:
ConductorBlockInteractionBehavior
public static class ConductorBlockInteractionBehavior.BlazeBurner
extends ConductorBlockInteractionBehavior
Implementation used for Blaze Burners. May be reused by addons if applicable.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.api.behaviour.interaction.ConductorBlockInteractionBehavior
ConductorBlockInteractionBehavior.BlazeBurner -
Field Summary
Fields inherited from class com.simibubi.create.api.behaviour.interaction.MovingInteractionBehaviour
REGISTRY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisValidConductor(net.minecraft.world.level.block.state.BlockState state) Check if the given state is capable of being a conductor.Methods inherited from class com.simibubi.create.api.behaviour.interaction.ConductorBlockInteractionBehavior
handlePlayerInteraction, onScheduleUpdateMethods inherited from class com.simibubi.create.api.behaviour.interaction.MovingInteractionBehaviour
handleEntityCollision, interactionBehaviour, setContraptionActorData, setContraptionBlockData
-
Constructor Details
-
BlazeBurner
public BlazeBurner()
-
-
Method Details
-
isValidConductor
public boolean isValidConductor(net.minecraft.world.level.block.state.BlockState state) Description copied from class:ConductorBlockInteractionBehaviorCheck if the given state is capable of being a conductor.- Specified by:
isValidConductorin classConductorBlockInteractionBehavior
-