Class SuperGlueSelectionHelper
java.lang.Object
com.simibubi.create.content.contraptions.components.structureMovement.glue.SuperGlueSelectionHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancollectGlueFromInventory(net.minecraft.world.entity.player.Player player, int requiredAmount, boolean simulate) static Set<net.minecraft.core.BlockPos>searchGlueGroup(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos startPos, net.minecraft.core.BlockPos endPos, boolean includeOther)
-
Constructor Details
-
SuperGlueSelectionHelper
public SuperGlueSelectionHelper()
-
-
Method Details
-
searchGlueGroup
public static Set<net.minecraft.core.BlockPos> searchGlueGroup(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos startPos, net.minecraft.core.BlockPos endPos, boolean includeOther) -
collectGlueFromInventory
public static boolean collectGlueFromInventory(net.minecraft.world.entity.player.Player player, int requiredAmount, boolean simulate)
-