Class MultiPlayerGameModeMixin
-
- All Implemented Interfaces:
public class MultiPlayerGameModeMixin
-
-
Constructor Summary
Constructors Constructor Description MultiPlayerGameModeMixin()
-
Method Summary
Modifier and Type Method Description void
onInteractBlock(LocalPlayer player, InteractionHand hand, BlockHitResult hitResult, CallbackInfoReturnable<InteractionResult> cir)
void
onInteractEntity(Player player, Entity entity, InteractionHand hand, CallbackInfoReturnable<InteractionResult> cir)
void
onInteractEntityAtLocation(Player player, Entity entity, EntityHitResult hitResult, InteractionHand hand, CallbackInfoReturnable<InteractionResult> cir)
void
onAttackEntity(Player player, Entity target, CallbackInfo ci)
static boolean
freecam$disableInteract()
-
-
Method Detail
-
onInteractBlock
void onInteractBlock(LocalPlayer player, InteractionHand hand, BlockHitResult hitResult, CallbackInfoReturnable<InteractionResult> cir)
-
onInteractEntity
void onInteractEntity(Player player, Entity entity, InteractionHand hand, CallbackInfoReturnable<InteractionResult> cir)
-
onInteractEntityAtLocation
void onInteractEntityAtLocation(Player player, Entity entity, EntityHitResult hitResult, InteractionHand hand, CallbackInfoReturnable<InteractionResult> cir)
-
onAttackEntity
void onAttackEntity(Player player, Entity target, CallbackInfo ci)
-
freecam$disableInteract
static boolean freecam$disableInteract()
-
-
-
-