Class ServerPlayerEntity

All Implemented Interfaces:
ScreenHandlerListener

@Environment(SERVER) public class ServerPlayerEntity extends PlayerEntity implements ScreenHandlerListener
Mappings:
Namespace Name
intermediary net/minecraft/class_69
glue class_132
server dl
client net/minecraft/class_69
named net/minecraft/entity/player/ServerPlayerEntity
  • Field Details

    • networkHandler

      public ServerPlayNetworkHandler networkHandler
      Mappings:
      Namespace Name Mixin selector
      intermediary field_255 Lnet/minecraft/class_69;field_255:Lnet/minecraft/class_11;
      glue field_488 Lclass_132;field_488:Lclass_269;
      server a Ldl;a:Lha;
      client field_255 Lnet/minecraft/class_69;field_255:Lnet/minecraft/class_11;
      named networkHandler Lnet/minecraft/entity/player/ServerPlayerEntity;networkHandler:Lnet/minecraft/server/network/ServerPlayNetworkHandler;
    • server

      public MinecraftServer server
      Mappings:
      Namespace Name Mixin selector
      intermediary field_256 Lnet/minecraft/class_69;field_256:Lnet/minecraft/server/MinecraftServer;
      glue field_489 Lclass_132;field_489:Lnet/minecraft/server/MinecraftServer;
      server b Ldl;b:Lnet/minecraft/server/MinecraftServer;
      client field_256 Lnet/minecraft/class_69;field_256:Lnet/minecraft/server/MinecraftServer;
      named server Lnet/minecraft/entity/player/ServerPlayerEntity;server:Lnet/minecraft/server/MinecraftServer;
    • interactionManager

      public ServerPlayerInteractionManager interactionManager
      Mappings:
      Namespace Name Mixin selector
      intermediary field_261 Lnet/minecraft/class_69;field_261:Lnet/minecraft/class_70;
      glue field_494 Lclass_132;field_494:Lclass_613;
      server c Ldl;c:Lpu;
      client field_261 Lnet/minecraft/class_69;field_261:Lnet/minecraft/class_70;
      named interactionManager Lnet/minecraft/entity/player/ServerPlayerEntity;interactionManager:Lnet/minecraft/server/network/ServerPlayerInteractionManager;
    • field_262

      public double field_262
      Mappings:
      Namespace Name Mixin selector
      intermediary field_262 Lnet/minecraft/class_69;field_262:D
      glue field_495 Lclass_132;field_495:D
      server d Ldl;d:D
      client field_262 Lnet/minecraft/class_69;field_262:D
      named field_262 Lnet/minecraft/entity/player/ServerPlayerEntity;field_262:D
    • field_263

      public double field_263
      Mappings:
      Namespace Name Mixin selector
      intermediary field_263 Lnet/minecraft/class_69;field_263:D
      glue field_496 Lclass_132;field_496:D
      server e Ldl;e:D
      client field_263 Lnet/minecraft/class_69;field_263:D
      named field_263 Lnet/minecraft/entity/player/ServerPlayerEntity;field_263:D
    • field_264

      public List field_264
      Mappings:
      Namespace Name Mixin selector
      intermediary field_264 Lnet/minecraft/class_69;field_264:Ljava/util/List;
      glue field_497 Lclass_132;field_497:Ljava/util/List;
      server f Ldl;f:Ljava/util/List;
      client field_264 Lnet/minecraft/class_69;field_264:Ljava/util/List;
      named field_264 Lnet/minecraft/entity/player/ServerPlayerEntity;field_264:Ljava/util/List;
    • field_265

      public Set field_265
      Mappings:
      Namespace Name Mixin selector
      intermediary field_265 Lnet/minecraft/class_69;field_265:Ljava/util/Set;
      glue field_498 Lclass_132;field_498:Ljava/util/Set;
      server g Ldl;g:Ljava/util/Set;
      client field_265 Lnet/minecraft/class_69;field_265:Ljava/util/Set;
      named field_265 Lnet/minecraft/entity/player/ServerPlayerEntity;field_265:Ljava/util/Set;
    • field_257

      private int field_257
      Mappings:
      Namespace Name Mixin selector
      intermediary field_257 Lnet/minecraft/class_69;field_257:I
      glue field_490 Lclass_132;field_490:I
      server bL Ldl;bL:I
      client field_257 Lnet/minecraft/class_69;field_257:I
      named field_257 Lnet/minecraft/entity/player/ServerPlayerEntity;field_257:I
    • field_258

      private int field_258
      Mappings:
      Namespace Name Mixin selector
      intermediary field_258 Lnet/minecraft/class_69;field_258:I
      glue field_491 Lclass_132;field_491:I
      server bM Ldl;bM:I
      client field_258 Lnet/minecraft/class_69;field_258:I
      named field_258 Lnet/minecraft/entity/player/ServerPlayerEntity;field_258:I
    • field_259

      private ItemStack[] field_259
      Mappings:
      Namespace Name Mixin selector
      intermediary field_259 Lnet/minecraft/class_69;field_259:[Lnet/minecraft/class_31;
      glue field_492 Lclass_132;field_492:[Lclass_224;
      server bN Ldl;bN:[Lfy;
      client field_259 Lnet/minecraft/class_69;field_259:[Liz;
      named field_259 Lnet/minecraft/entity/player/ServerPlayerEntity;field_259:[Lnet/minecraft/item/ItemStack;
    • field_260

      private int field_260
      Mappings:
      Namespace Name Mixin selector
      intermediary field_260 Lnet/minecraft/class_69;field_260:I
      glue field_493 Lclass_132;field_493:I
      server bO Ldl;bO:I
      client field_260 Lnet/minecraft/class_69;field_260:I
      named field_260 Lnet/minecraft/entity/player/ServerPlayerEntity;field_260:I
    • field_266

      public boolean field_266
      Mappings:
      Namespace Name Mixin selector
      intermediary field_266 Lnet/minecraft/class_69;field_266:Z
      glue field_499 Lclass_132;field_499:Z
      server h Ldl;h:Z
      client field_266 Lnet/minecraft/class_69;field_266:Z
      named field_266 Lnet/minecraft/entity/player/ServerPlayerEntity;field_266:Z
  • Constructor Details

    • ServerPlayerEntity

      public ServerPlayerEntity(MinecraftServer server, World world, String name, ServerPlayerInteractionManager interactionManager)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_69;<init>(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_18;Ljava/lang/String;Lnet/minecraft/class_70;)V
      glue <init> Lclass_132;<init>(Lnet/minecraft/server/MinecraftServer;Lclass_129;Ljava/lang/String;Lclass_613;)V
      server <init> Ldl;<init>(Lnet/minecraft/server/MinecraftServer;Ldj;Ljava/lang/String;Lpu;)V
      client <init> Lnet/minecraft/class_69;<init>(Lnet/minecraft/server/MinecraftServer;Lfd;Ljava/lang/String;Lnet/minecraft/class_70;)V
      named <init> Lnet/minecraft/entity/player/ServerPlayerEntity;<init>(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/world/World;Ljava/lang/String;Lnet/minecraft/server/network/ServerPlayerInteractionManager;)V
  • Method Details

    • setWorld

      public void setWorld(World world)
      Overrides:
      setWorld in class Entity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1375 Lnet/minecraft/class_57;method_1375(Lnet/minecraft/class_18;)V
      glue method_611 Lclass_450;method_611(Lclass_129;)V
      server a Llq;a(Ldj;)V
      client a Lsn;a(Lfd;)V
      named setWorld Lnet/minecraft/entity/Entity;setWorld(Lnet/minecraft/world/World;)V
    • method_317

      public void method_317()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_317 Lnet/minecraft/class_69;method_317()V
      glue method_624 Lclass_132;method_624()V
      server o Ldl;o()V
      client method_317 Lnet/minecraft/class_69;method_317()V
      named method_317 Lnet/minecraft/entity/player/ServerPlayerEntity;method_317()V
    • getEquipment

      public ItemStack[] getEquipment()
      Overrides:
      getEquipment in class Entity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1377 Lnet/minecraft/class_57;method_1377()[Lnet/minecraft/class_31;
      glue method_622 Lclass_450;method_622()[Lclass_224;
      server i_ Llq;i_()[Lfy;
      client method_1377 Lsn;method_1377()[Liz;
      named getEquipment Lnet/minecraft/entity/Entity;getEquipment()[Lnet/minecraft/item/ItemStack;
    • resetEyeHeight

      protected void resetEyeHeight()
      Used when the player wakes up
      Overrides:
      resetEyeHeight in class PlayerEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_499 Lnet/minecraft/class_54;method_499()V
      glue method_625 Lclass_172;method_625()V
      server s Lem;s()V
      client E Lgs;E()V
      named resetEyeHeight Lnet/minecraft/entity/player/PlayerEntity;resetEyeHeight()V
    • getEyeHeight

      public float getEyeHeight()
      Overrides:
      getEyeHeight in class PlayerEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1378 Lnet/minecraft/class_57;method_1378()F
      glue method_626 Lclass_450;method_626()F
      server t Llq;t()F
      client w Lsn;w()F
      named getEyeHeight Lnet/minecraft/entity/Entity;getEyeHeight()F
    • tick

      public void tick()
      Overrides:
      tick in class PlayerEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1370 Lnet/minecraft/class_57;method_1370()V
      glue method_29 Lclass_450;method_29()V
      server m_ Llq;m_()V
      client w_ Lsn;w_()V
      named tick Lnet/minecraft/entity/Entity;tick()V
    • getEquipment

      public ItemStack getEquipment(int slot)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_316 Lnet/minecraft/class_69;method_316(I)Lnet/minecraft/class_31;
      glue method_621 Lclass_132;method_621(I)Lclass_224;
      server c_ Ldl;c_(I)Lfy;
      client method_316 Lnet/minecraft/class_69;method_316(I)Liz;
      named getEquipment Lnet/minecraft/entity/player/ServerPlayerEntity;getEquipment(I)Lnet/minecraft/item/ItemStack;
    • onKilledBy

      public void onKilledBy(Entity adversary)
      Overrides:
      onKilledBy in class PlayerEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_938 Lnet/minecraft/class_127;method_938(Lnet/minecraft/class_57;)V
      glue method_614 Lclass_283;method_614(Lclass_450;)V
      server a Lhl;a(Llq;)V
      client b Lls;b(Lsn;)V
      named onKilledBy Lnet/minecraft/entity/LivingEntity;onKilledBy(Lnet/minecraft/entity/Entity;)V
    • damage

      public boolean damage(Entity damageSource, int amount)
      Overrides:
      damage in class PlayerEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1355 Lnet/minecraft/class_57;method_1355(Lnet/minecraft/class_57;I)Z
      glue method_178 Lclass_450;method_178(Lclass_450;I)Z
      server a Llq;a(Llq;I)Z
      client a Lsn;a(Lsn;I)Z
      named damage Lnet/minecraft/entity/Entity;damage(Lnet/minecraft/entity/Entity;I)Z
    • isPvpEnabled

      protected boolean isPvpEnabled()
      Overrides:
      isPvpEnabled in class PlayerEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_498 Lnet/minecraft/class_54;method_498()Z
      glue method_623 Lclass_172;method_623()Z
      server j_ Lem;j_()Z
      client F Lgs;F()Z
      named isPvpEnabled Lnet/minecraft/entity/player/PlayerEntity;isPvpEnabled()Z
    • heal

      public void heal(int amount)
      Overrides:
      heal in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_939 Lnet/minecraft/class_127;method_939(I)V
      glue method_619 Lclass_283;method_619(I)V
      server b Lhl;b(I)V
      client c Lls;c(I)V
      named heal Lnet/minecraft/entity/LivingEntity;heal(I)V
    • method_313

      public void method_313(boolean bool)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_313 Lnet/minecraft/class_69;method_313(Z)V
      glue method_615 Lclass_132;method_615(Z)V
      server a Ldl;a(Z)V
      client method_313 Lnet/minecraft/class_69;method_313(Z)V
      named method_313 Lnet/minecraft/entity/player/ServerPlayerEntity;method_313(Z)V
    • method_312

      private void method_312(BlockEntity blockEntity)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_312 Lnet/minecraft/class_69;method_312(Lnet/minecraft/class_55;)V
      glue method_613 Lclass_132;method_613(Lclass_356;)V
      server a Ldl;a(Ljh;)V
      client method_312 Lnet/minecraft/class_69;method_312(Low;)V
      named method_312 Lnet/minecraft/entity/player/ServerPlayerEntity;method_312(Lnet/minecraft/block/entity/BlockEntity;)V
    • tickMovement

      public void tickMovement()
      Overrides:
      tickMovement in class PlayerEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_937 Lnet/minecraft/class_127;method_937()V
      glue method_442 Lclass_283;method_442()V
      server v Lhl;v()V
      client o Lls;o()V
      named tickMovement Lnet/minecraft/entity/LivingEntity;tickMovement()V
    • sendPickup

      public void sendPickup(Entity item, int count)
      Overrides:
      sendPickup in class PlayerEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_491 Lnet/minecraft/class_54;method_491(Lnet/minecraft/class_57;I)V
      glue method_438 Lclass_172;method_438(Lclass_450;I)V
      server b Lem;b(Llq;I)V
      client b Lgs;b(Lsn;I)V
      named sendPickup Lnet/minecraft/entity/player/PlayerEntity;sendPickup(Lnet/minecraft/entity/Entity;I)V
    • swingHand

      public void swingHand()
      Overrides:
      swingHand in class PlayerEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_500 Lnet/minecraft/class_54;method_500()V
      glue method_627 Lclass_172;method_627()V
      server w Lem;w()V
      client J Lgs;J()V
      named swingHand Lnet/minecraft/entity/player/PlayerEntity;swingHand()V
    • method_318

      public void method_318()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_318 Lnet/minecraft/class_69;method_318()V
      glue method_628 Lclass_132;method_628()V
      server x Ldl;x()V
      client method_318 Lnet/minecraft/class_69;method_318()V
      named method_318 Lnet/minecraft/entity/player/ServerPlayerEntity;method_318()V
    • trySleep

      public SleepAttemptResult trySleep(int x, int y, int z)
      Overrides:
      trySleep in class PlayerEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_495 Lnet/minecraft/class_54;method_495(III)Lnet/minecraft/class_141;
      glue method_609 Lclass_172;method_609(III)Lclass_71;
      server a Lem;a(III)Lbw;
      client b Lgs;b(III)Lcw;
      named trySleep Lnet/minecraft/entity/player/PlayerEntity;trySleep(III)Lnet/minecraft/entity/player/SleepAttemptResult;
    • wakeUp

      public void wakeUp(boolean resetSleepTimer, boolean updateSleepingPlayers, boolean setSpawnPos)
      Overrides:
      wakeUp in class PlayerEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_497 Lnet/minecraft/class_54;method_497(ZZZ)V
      glue method_616 Lclass_172;method_616(ZZZ)V
      server a Lem;a(ZZZ)V
      client a Lgs;a(ZZZ)V
      named wakeUp Lnet/minecraft/entity/player/PlayerEntity;wakeUp(ZZZ)V
    • setVehicle

      public void setVehicle(Entity entity)
      If given null or their existing vehicle, removes the rider from their vehicle. If given a new vehicle, moves them to the new vehicle.
      Overrides:
      setVehicle in class Entity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1376 Lnet/minecraft/class_57;method_1376(Lnet/minecraft/class_57;)V
      glue method_620 Lclass_450;method_620(Lclass_450;)V
      server b Llq;b(Llq;)V
      client i Lsn;i(Lsn;)V
      named setVehicle Lnet/minecraft/entity/Entity;setVehicle(Lnet/minecraft/entity/Entity;)V
    • fall

      protected void fall(double heightDifference, boolean onGround)
      Overrides:
      fall in class Entity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1374 Lnet/minecraft/class_57;method_1374(DZ)V
      glue method_607 Lclass_450;method_607(DZ)V
      server a Llq;a(DZ)V
      client a Lsn;a(DZ)V
      named fall Lnet/minecraft/entity/Entity;fall(DZ)V
    • method_315

      public void method_315(double double2, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_315 Lnet/minecraft/class_69;method_315(DZ)V
      glue method_618 Lclass_132;method_618(DZ)V
      server b Ldl;b(DZ)V
      client method_315 Lnet/minecraft/class_69;method_315(DZ)V
      named method_315 Lnet/minecraft/entity/player/ServerPlayerEntity;method_315(DZ)V
    • method_314

      private void method_314()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_314 Lnet/minecraft/class_69;method_314()V
      glue method_617 Lclass_132;method_617()V
      server ai Ldl;ai()V
      client method_314 Lnet/minecraft/class_69;method_314()V
      named method_314 Lnet/minecraft/entity/player/ServerPlayerEntity;method_314()V
    • openCraftingScreen

      public void openCraftingScreen(int x, int y, int z)
      Overrides:
      openCraftingScreen in class PlayerEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_484 Lnet/minecraft/class_54;method_484(III)V
      glue method_428 Lclass_172;method_428(III)V
      server b Lem;b(III)V
      client a Lgs;a(III)V
      named openCraftingScreen Lnet/minecraft/entity/player/PlayerEntity;openCraftingScreen(III)V
    • openDoubleChestScreen

      public void openDoubleChestScreen(Inventory inventory)
      Overrides:
      openDoubleChestScreen in class PlayerEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_486 Lnet/minecraft/class_54;method_486(Lnet/minecraft/class_134;)V
      glue method_432 Lclass_172;method_432(Lclass_287;)V
      server a Lem;a(Lhp;)V
      client a Lgs;a(Llw;)V
      named openDoubleChestScreen Lnet/minecraft/entity/player/PlayerEntity;openDoubleChestScreen(Lnet/minecraft/inventory/Inventory;)V
    • openFurnaceScreen

      public void openFurnaceScreen(FurnaceBlockEntity furnace)
      Overrides:
      openFurnaceScreen in class PlayerEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_487 Lnet/minecraft/class_54;method_487(Lnet/minecraft/class_138;)V
      glue method_433 Lclass_172;method_433(Lclass_446;)V
      server a Lem;a(Lln;)V
      client a Lgs;a(Lsk;)V
      named openFurnaceScreen Lnet/minecraft/entity/player/PlayerEntity;openFurnaceScreen(Lnet/minecraft/block/entity/FurnaceBlockEntity;)V
    • openDispenserScreen

      public void openDispenserScreen(DispenserBlockEntity dispenser)
      Overrides:
      openDispenserScreen in class PlayerEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_485 Lnet/minecraft/class_54;method_485(Lnet/minecraft/class_137;)V
      glue method_430 Lclass_172;method_430(Lclass_22;)V
      server a Lem;a(Lak;)V
      client a Lgs;a(Laz;)V
      named openDispenserScreen Lnet/minecraft/entity/player/PlayerEntity;openDispenserScreen(Lnet/minecraft/block/entity/DispenserBlockEntity;)V
    • onSlotUpdate

      public void onSlotUpdate(ScreenHandler handler, int slot, ItemStack stack)
      Update a ScreenHandler's slot with a different item stack
      Specified by:
      onSlotUpdate in interface ScreenHandlerListener
      Mappings:
      Namespace Name Mixin selector
      intermediary method_2100 Lnet/minecraft/class_633;method_2100(Lnet/minecraft/class_71;ILnet/minecraft/class_31;)V
      glue method_302 Lclass_99;method_302(Lclass_94;ILclass_224;)V
      server a Lcp;a(Lcl;ILfy;)V
      client a Lec;a(Ldw;ILiz;)V
      named onSlotUpdate Lnet/minecraft/screen/ScreenHandlerListener;onSlotUpdate(Lnet/minecraft/screen/ScreenHandler;ILnet/minecraft/item/ItemStack;)V
    • method_311

      public void method_311(ScreenHandler screenHandler)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_311 Lnet/minecraft/class_69;method_311(Lnet/minecraft/class_71;)V
      glue method_610 Lclass_132;method_610(Lclass_94;)V
      server a Ldl;a(Lcl;)V
      client method_311 Lnet/minecraft/class_69;method_311(Ldw;)V
      named method_311 Lnet/minecraft/entity/player/ServerPlayerEntity;method_311(Lnet/minecraft/screen/ScreenHandler;)V
    • onContentsUpdate

      public void onContentsUpdate(ScreenHandler handler, List stacks)
      Update contents of all slots, in a list of itemStacks the size of the screenHandler's inventory.
      Specified by:
      onContentsUpdate in interface ScreenHandlerListener
      Mappings:
      Namespace Name Mixin selector
      intermediary method_2101 Lnet/minecraft/class_633;method_2101(Lnet/minecraft/class_71;Ljava/util/List;)V
      glue method_303 Lclass_99;method_303(Lclass_94;Ljava/util/List;)V
      server a Lcp;a(Lcl;Ljava/util/List;)V
      client method_2101 Lec;method_2101(Ldw;Ljava/util/List;)V
      named onContentsUpdate Lnet/minecraft/screen/ScreenHandlerListener;onContentsUpdate(Lnet/minecraft/screen/ScreenHandler;Ljava/util/List;)V
    • onPropertyUpdate

      public void onPropertyUpdate(ScreenHandler handler, int syncId, int trackedValue)
      Passes integers from Server Screen Handler to Client Screen Handler so that animations can be visible, e.g. Smelting Progress, Fuel left for rendering
      Specified by:
      onPropertyUpdate in interface ScreenHandlerListener
      Parameters:
      syncId - is an arbitrary integer specific to this screenHandler, used as an identifier for a specific property. Set this to any int, as long as it is consistent. Normally starts at 0 going up
      trackedValue - is an integer that is synced to the client
      Mappings:
      Namespace Name Mixin selector
      intermediary method_2099 Lnet/minecraft/class_633;method_2099(Lnet/minecraft/class_71;II)V
      glue method_301 Lclass_99;method_301(Lclass_94;II)V
      server a Lcp;a(Lcl;II)V
      client a Lec;a(Ldw;II)V
      named onPropertyUpdate Lnet/minecraft/screen/ScreenHandlerListener;onPropertyUpdate(Lnet/minecraft/screen/ScreenHandler;II)V
    • method_496

      public void method_496(ItemStack itemStack)
      Overrides:
      method_496 in class PlayerEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_496 Lnet/minecraft/class_54;method_496(Lnet/minecraft/class_31;)V
      glue method_612 Lclass_172;method_612(Lclass_224;)V
      server a Lem;a(Lfy;)V
      client b Lgs;b(Liz;)V
      named method_496 Lnet/minecraft/entity/player/PlayerEntity;method_496(Lnet/minecraft/item/ItemStack;)V
    • closeHandledScreen

      public void closeHandledScreen()
      Overrides:
      closeHandledScreen in class PlayerEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_493 Lnet/minecraft/class_54;method_493()V
      glue method_445 Lclass_172;method_445()V
      server y Lem;y()V
      client r Lgs;r()V
      named closeHandledScreen Lnet/minecraft/entity/player/PlayerEntity;closeHandledScreen()V
    • updateCursorStack

      public void updateCursorStack()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_319 Lnet/minecraft/class_69;method_319()V
      glue method_629 Lclass_132;method_629()V
      server z Ldl;z()V
      client method_319 Lnet/minecraft/class_69;method_319()V
      named updateCursorStack Lnet/minecraft/entity/player/ServerPlayerEntity;updateCursorStack()V
    • method_307

      public void method_307()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_307 Lnet/minecraft/class_69;method_307()V
      glue method_604 Lclass_132;method_604()V
      server A Ldl;A()V
      client method_307 Lnet/minecraft/class_69;method_307()V
      named method_307 Lnet/minecraft/entity/player/ServerPlayerEntity;method_307()V
    • method_310

      public void method_310(float float2, float float3, boolean jumping, boolean sneaking, float pitch, float yaw)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_310 Lnet/minecraft/class_69;method_310(FFZZFF)V
      glue method_608 Lclass_132;method_608(FFZZFF)V
      server a Ldl;a(FFZZFF)V
      client method_310 Lnet/minecraft/class_69;method_310(FFZZFF)V
      named method_310 Lnet/minecraft/entity/player/ServerPlayerEntity;method_310(FFZZFF)V
    • increaseStat

      public void increaseStat(Stat stat, int amount)
      Overrides:
      increaseStat in class PlayerEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_488 Lnet/minecraft/class_54;method_488(Lnet/minecraft/class_139;I)V
      glue method_434 Lclass_172;method_434(Lclass_534;I)V
      server a Lem;a(Lns;I)V
      client a Lgs;a(Lvr;I)V
      named increaseStat Lnet/minecraft/entity/player/PlayerEntity;increaseStat(Lnet/minecraft/stat/Stat;I)V
    • method_308

      public void method_308()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_308 Lnet/minecraft/class_69;method_308()V
      glue method_605 Lclass_132;method_605()V
      server B Ldl;B()V
      client method_308 Lnet/minecraft/class_69;method_308()V
      named method_308 Lnet/minecraft/entity/player/ServerPlayerEntity;method_308()V
    • method_309

      public void method_309()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_309 Lnet/minecraft/class_69;method_309()V
      glue method_606 Lclass_132;method_606()V
      server C Ldl;C()V
      client method_309 Lnet/minecraft/class_69;method_309()V
      named method_309 Lnet/minecraft/entity/player/ServerPlayerEntity;method_309()V
    • sendMessage

      public void sendMessage(String message)
      Overrides:
      sendMessage in class PlayerEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_490 Lnet/minecraft/class_54;method_490(Ljava/lang/String;)V
      glue method_437 Lclass_172;method_437(Ljava/lang/String;)V
      server a Lem;a(Ljava/lang/String;)V
      client b Lgs;b(Ljava/lang/String;)V
      named sendMessage Lnet/minecraft/entity/player/PlayerEntity;sendMessage(Ljava/lang/String;)V