Class HackManager
java.lang.Object
me.desht.pneumaticcraft.common.hacking.HackManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic IHackableBlockgetHackableForBlock(net.minecraft.world.level.BlockGetter world, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player player) static IHackableEntitygetHackableForEntity(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.player.Player player)
-
Constructor Details
-
HackManager
public HackManager()
-
-
Method Details
-
addDefaultEntries
public static void addDefaultEntries() -
getHackableForEntity
public static IHackableEntity getHackableForEntity(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.player.Player player) -
getHackableForBlock
public static IHackableBlock getHackableForBlock(net.minecraft.world.level.BlockGetter world, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player player)
-