Package me.shedaniel.architectury.hooks
Class PlayerHooks
java.lang.Object
me.shedaniel.architectury.hooks.PlayerHooks
- 
Method Summary
Modifier and TypeMethodDescriptionstatic voidcloseContainer(net.minecraft.world.entity.player.Player player) Deprecated.Use the method directly.static booleanisFake(net.minecraft.world.entity.player.Player player)  
- 
Method Details
- 
isFake
public static boolean isFake(net.minecraft.world.entity.player.Player player)  - 
closeContainer
@Deprecated @ScheduledForRemoval public static void closeContainer(net.minecraft.world.entity.player.Player player) Deprecated.Use the method directly. 
 -