Class SuperGlueHandler
java.lang.Object
com.simibubi.create.content.contraptions.components.structureMovement.glue.SuperGlueHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<net.minecraft.core.Direction,SuperGlueEntity> gatherGlue(net.minecraft.world.level.LevelAccessor world, net.minecraft.core.BlockPos pos) static voidglueInOffHandAppliesOnBlockPlace(net.minecraftforge.event.world.BlockEvent.EntityPlaceEvent event, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player placer) static voidglueListensForBlockPlacement(net.minecraftforge.event.world.BlockEvent.EntityPlaceEvent event)
-
Constructor Details
-
SuperGlueHandler
public SuperGlueHandler()
-
-
Method Details
-
gatherGlue
public static Map<net.minecraft.core.Direction,SuperGlueEntity> gatherGlue(net.minecraft.world.level.LevelAccessor world, net.minecraft.core.BlockPos pos) -
glueListensForBlockPlacement
public static void glueListensForBlockPlacement(net.minecraftforge.event.world.BlockEvent.EntityPlaceEvent event) -
glueInOffHandAppliesOnBlockPlace
public static void glueInOffHandAppliesOnBlockPlace(net.minecraftforge.event.world.BlockEvent.EntityPlaceEvent event, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player placer)
-