Class PistonExtensionPoleBlock.PlacementHelper
java.lang.Object
com.simibubi.create.foundation.utility.placement.util.PoleHelper<net.minecraft.core.Direction>
com.simibubi.create.content.contraptions.components.structureMovement.piston.PistonExtensionPoleBlock.PlacementHelper
- All Implemented Interfaces:
IPlacementHelper
- Enclosing class:
- PistonExtensionPoleBlock
public static class PistonExtensionPoleBlock.PlacementHelper
extends PoleHelper<net.minecraft.core.Direction>
-
Field Summary
Fields inherited from class com.simibubi.create.foundation.utility.placement.util.PoleHelper
axisFunction, property, statePredicateFields inherited from interface com.simibubi.create.foundation.utility.placement.IPlacementHelper
ID -
Method Summary
Methods inherited from class com.simibubi.create.foundation.utility.placement.util.PoleHelper
attachedPoles, getOffset, getStatePredicate, matchesAxisMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.simibubi.create.foundation.utility.placement.IPlacementHelper
displayGhost, getOffset, matchesItem, matchesState, renderAt
-
Method Details
-
get
-
getItemPredicate
- Returns:
- a predicate that gets tested with the items held in the players hands
should return true if this placement helper is active with the given item
-