Class AssemblageBlockItem.PlacementHelper
java.lang.Object
petrolpark.mc.petrolsparts.content.kinetics.assemblage.AssemblageBlockItem.PlacementHelper
- All Implemented Interfaces:
net.createmod.catnip.placement.IPlacementHelper
- Direct Known Subclasses:
AssemblageCogWheelBlockItem.LargePlacementHelper,AssemblageCogWheelBlockItem.PlacementHelper,ShaftHalfBlockItem.PlacementHelper
- Enclosing class:
AssemblageBlockItem
public abstract class AssemblageBlockItem.PlacementHelper
extends Object
implements net.createmod.catnip.placement.IPlacementHelper
-
Field Summary
Fields inherited from interface net.createmod.catnip.placement.IPlacementHelper
ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrenderAt(net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.phys.BlockHitResult ray, net.createmod.catnip.placement.PlacementOffset offset) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.createmod.catnip.placement.IPlacementHelper
displayGhost, getItemPredicate, getOffset, getOffset, getStatePredicate, matchesItem, matchesState
-
Constructor Details
-
PlacementHelper
public PlacementHelper()
-
-
Method Details
-
renderAt
public void renderAt(net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.phys.BlockHitResult ray, net.createmod.catnip.placement.PlacementOffset offset) - Specified by:
renderAtin interfacenet.createmod.catnip.placement.IPlacementHelper
-