Class TrackerBlacklistManager
java.lang.Object
me.desht.pneumaticcraft.client.render.pneumatic_armor.block_tracker.TrackerBlacklistManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddEnergyTEToBlacklist(net.minecraft.world.level.block.entity.BlockEntity te, Throwable e) static voidaddFluidTEToBlacklist(net.minecraft.world.level.block.entity.BlockEntity te, Throwable e) static voidaddInventoryTEToBlacklist(net.minecraft.world.level.block.entity.BlockEntity te, Throwable e)
-
Constructor Details
-
TrackerBlacklistManager
public TrackerBlacklistManager()
-
-
Method Details
-
addEnergyTEToBlacklist
public static void addEnergyTEToBlacklist(net.minecraft.world.level.block.entity.BlockEntity te, Throwable e) -
addInventoryTEToBlacklist
public static void addInventoryTEToBlacklist(net.minecraft.world.level.block.entity.BlockEntity te, Throwable e) -
addFluidTEToBlacklist
public static void addFluidTEToBlacklist(net.minecraft.world.level.block.entity.BlockEntity te, Throwable e)
-