Uses of Class
net.minecraft.entity.player.PlayerEntity
Packages that use PlayerEntity
Package
Description
-
Uses of PlayerEntity in net.minecraft
Fields in net.minecraft declared as PlayerEntityMethods in net.minecraft that return PlayerEntityMethods in net.minecraft with parameters of type PlayerEntityModifier and TypeMethodDescriptionvoidMultiplayerInteractionManager.attackEntity(PlayerEntity player, Entity target) MultiplayerInteractionManager.clickSlot(int windowId, int slotId, int button, boolean shift, PlayerEntity player) voidMultiplayerInteractionManager.interactEntity(PlayerEntity player, Entity entity) voidclass_321.method_1046(PlayerEntity playerEntity, TextureManager textureManager, MapState mapState) voidMultiplayerInteractionManager.method_1709(int int2, PlayerEntity playerEntity) voidMultiplayerInteractionManager.method_1711(PlayerEntity playerEntity) voidSingleplayerInteractionManager.method_1711(PlayerEntity playerEntity) booleanMultiplayerInteractionManager.method_1712(PlayerEntity playerEntity, World world, ItemStack itemStack) booleanMultiplayerInteractionManager.method_1713(PlayerEntity playerEntity, World world, ItemStack itemStack, int int2, int int3, int int4, int int5) voidclass_537.method_1718(PlayerEntity playerEntity) booleanclass_70.method_1831(PlayerEntity playerEntity, World world, ItemStack itemStack) booleanclass_70.method_1832(PlayerEntity playerEntity, World world, ItemStack itemStack, int int2, int int3, int int4, int int5) class_561.method_1855(ItemStack itemStack, World world, PlayerEntity playerEntity) voidclass_41.method_1942(PlayerEntity playerEntity) voidclass_413.method_1942(PlayerEntity playerEntity) voidclass_166.method_558(PlayerEntity playerEntity, double double2, double double3, double double4, double double5, int int2, Packet packet) voidclass_168.method_609(PlayerEntity playerEntity) voidclass_81.method_609(PlayerEntity playerEntity) voidclass_168.method_610(PlayerEntity playerEntity) voidclass_81.method_610(PlayerEntity playerEntity) voidclass_72.worldEvent(PlayerEntity player, int event, int x, int y, int z, int data) -
Uses of PlayerEntity in net.minecraft.block
Methods in net.minecraft.block with parameters of type PlayerEntityModifier and TypeMethodDescriptionvoidBlock.afterBreak(World world, PlayerEntity playerEntity, int x, int y, int z, int meta) voidIceBlock.afterBreak(World world, PlayerEntity playerEntity, int x, int y, int z, int meta) voidLeavesBlock.afterBreak(World world, PlayerEntity playerEntity, int x, int y, int z, int meta) voidLogBlock.afterBreak(World world, PlayerEntity playerEntity, int x, int y, int z, int meta) voidSnowyBlock.afterBreak(World world, PlayerEntity playerEntity, int x, int y, int z, int meta) floatBlock.getHardness(PlayerEntity player) private static intPistonBlock.method_761(World world, int int2, int int3, int int4, PlayerEntity playerEntity) voidBlock.onBlockBreakStart(World world, int x, int y, int z, PlayerEntity player) voidButtonBlock.onBlockBreakStart(World world, int x, int y, int z, PlayerEntity player) voidCakeBlock.onBlockBreakStart(World world, int x, int y, int z, PlayerEntity player) voidDoorBlock.onBlockBreakStart(World world, int x, int y, int z, PlayerEntity player) voidLeverBlock.onBlockBreakStart(World world, int x, int y, int z, PlayerEntity player) voidNoteBlock.onBlockBreakStart(World world, int x, int y, int z, PlayerEntity player) voidRedstoneOreBlock.onBlockBreakStart(World world, int x, int y, int z, PlayerEntity player) voidStairsBlock.onBlockBreakStart(World world, int x, int y, int z, PlayerEntity player) voidTntBlock.onBlockBreakStart(World world, int x, int y, int z, PlayerEntity player) voidTrapdoorBlock.onBlockBreakStart(World world, int x, int y, int z, PlayerEntity player) booleanBedBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanButtonBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanCakeBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanChestBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanDispenserBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanDoorBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanFurnaceBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanJukeboxBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanLeverBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanNoteBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanPistonBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanPistonExtensionBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanRedstoneOreBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanRepeaterBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanStairsBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanTntBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanTrapdoorBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanWorkbenchBlock.onUse(World world, int x, int y, int z, PlayerEntity player) private voidCakeBlock.tryEat(World world, int x, int y, int z, PlayerEntity player) -
Uses of PlayerEntity in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type PlayerEntityModifier and TypeMethodDescriptionbooleanChestBlockEntity.canPlayerUse(PlayerEntity player) booleanDispenserBlockEntity.canPlayerUse(PlayerEntity player) booleanFurnaceBlockEntity.canPlayerUse(PlayerEntity player) -
Uses of PlayerEntity in net.minecraft.client
Methods in net.minecraft.client that return PlayerEntityMethods in net.minecraft.client with parameters of type PlayerEntityModifier and TypeMethodDescriptionvoidInteractionManager.attackEntity(PlayerEntity player, Entity target) InteractionManager.clickSlot(int windowId, int slotId, int button, boolean shift, PlayerEntity player) voidInteractionManager.interactEntity(PlayerEntity player, Entity entity) voidInteractionManager.method_1709(int int2, PlayerEntity playerEntity) voidInteractionManager.method_1711(PlayerEntity playerEntity) booleanInteractionManager.method_1712(PlayerEntity playerEntity, World world, ItemStack itemStack) booleanInteractionManager.method_1713(PlayerEntity playerEntity, World world, ItemStack itemStack, int int2, int int3, int int4, int int5) voidInteractionManager.method_1718(PlayerEntity playerEntity) voidMinecraft.method_2115(World world, String string, PlayerEntity playerEntity) -
Uses of PlayerEntity in net.minecraft.client.gui.screen.ingame
Constructors in net.minecraft.client.gui.screen.ingame with parameters of type PlayerEntity -
Uses of PlayerEntity in net.minecraft.client.network
Subclasses of PlayerEntity in net.minecraft.client.network -
Uses of PlayerEntity in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type PlayerEntityModifier and TypeMethodDescriptionvoidWorldRenderer.method_1547(PlayerEntity playerEntity, HitResult hitResult, int int2, ItemStack itemStack, float float2) voidWorldRenderer.method_1554(PlayerEntity playerEntity, HitResult hitResult, int int2, ItemStack itemStack, float float2) voidWorldRenderer.worldEvent(PlayerEntity player, int event, int x, int y, int z, int data) -
Uses of PlayerEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type PlayerEntityModifier and TypeMethodDescriptionprotected voidPlayerEntityRenderer.method_821(PlayerEntity playerEntity, double double2, double double3, double double4) protected voidPlayerEntityRenderer.method_823(PlayerEntity playerEntity, float float2) protected voidPlayerEntityRenderer.method_824(PlayerEntity playerEntity, float float2, float float3, float float4) protected booleanPlayerEntityRenderer.method_825(PlayerEntity playerEntity, int int2, float float2) protected voidPlayerEntityRenderer.method_826(PlayerEntity playerEntity, double double2, double double3, double double4) protected voidPlayerEntityRenderer.method_827(PlayerEntity playerEntity, float float2) voidPlayerEntityRenderer.render(PlayerEntity playerEntity, double double2, double double3, double double4, float float2, float float3) -
Uses of PlayerEntity in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type PlayerEntityModifier and TypeMethodDescriptionbooleanEntity.interact(PlayerEntity player) voidEntity.onPlayerInteraction(PlayerEntity player) voidItemEntity.onPlayerInteraction(PlayerEntity player) -
Uses of PlayerEntity in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob with parameters of type PlayerEntity -
Uses of PlayerEntity in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive with parameters of type PlayerEntityModifier and TypeMethodDescriptionbooleanCowEntity.interact(PlayerEntity player) booleanPigEntity.interact(PlayerEntity player) booleanSheepEntity.interact(PlayerEntity player) booleanSquidEntity.interact(PlayerEntity player) booleanWolfEntity.interact(PlayerEntity player) -
Uses of PlayerEntity in net.minecraft.entity.player
Subclasses of PlayerEntity in net.minecraft.entity.playerFields in net.minecraft.entity.player declared as PlayerEntityMethods in net.minecraft.entity.player with parameters of type PlayerEntityConstructors in net.minecraft.entity.player with parameters of type PlayerEntity -
Uses of PlayerEntity in net.minecraft.entity.projectile
Fields in net.minecraft.entity.projectile declared as PlayerEntityMethods in net.minecraft.entity.projectile with parameters of type PlayerEntityConstructors in net.minecraft.entity.projectile with parameters of type PlayerEntity -
Uses of PlayerEntity in net.minecraft.entity.projectile.thrown
Methods in net.minecraft.entity.projectile.thrown with parameters of type PlayerEntityModifier and TypeMethodDescriptionvoidEggEntity.onPlayerInteraction(PlayerEntity player) voidSnowballEntity.onPlayerInteraction(PlayerEntity player) -
Uses of PlayerEntity in net.minecraft.entity.vehicle
Methods in net.minecraft.entity.vehicle with parameters of type PlayerEntityModifier and TypeMethodDescriptionbooleanMinecartEntity.canPlayerUse(PlayerEntity player) booleanBoatEntity.interact(PlayerEntity player) booleanMinecartEntity.interact(PlayerEntity player) -
Uses of PlayerEntity in net.minecraft.inventory
Methods in net.minecraft.inventory with parameters of type PlayerEntityModifier and TypeMethodDescriptionbooleanCraftingInventory.canPlayerUse(PlayerEntity player) booleanCraftingResultInventory.canPlayerUse(PlayerEntity player) booleanDoubleInventory.canPlayerUse(PlayerEntity player) booleanInventory.canPlayerUse(PlayerEntity player) booleanSimpleInventory.canPlayerUse(PlayerEntity player) -
Uses of PlayerEntity in net.minecraft.item
Methods in net.minecraft.item with parameters of type PlayerEntityModifier and TypeMethodDescriptionMapItem.method_1855(ItemStack itemStack, World world, PlayerEntity playerEntity) voidItemStack.method_700(PlayerEntity playerEntity) voidItem.onCraft(ItemStack stack, World world, PlayerEntity player) voidItemStack.onCraft(World world, PlayerEntity player) voidMapItem.onCraft(ItemStack stack, World world, PlayerEntity player) voidItemStack.postHit(LivingEntity target, PlayerEntity attacker) voidItemStack.postMine(int blockId, int x, int y, int z, PlayerEntity miner) BoatItem.use(ItemStack stack, World world, PlayerEntity user) BowItem.use(ItemStack stack, World world, PlayerEntity user) BucketItem.use(ItemStack stack, World world, PlayerEntity user) EggItem.use(ItemStack stack, World world, PlayerEntity user) FishingRodItem.use(ItemStack stack, World world, PlayerEntity user) FoodItem.use(ItemStack stack, World world, PlayerEntity user) Item.use(ItemStack stack, World world, PlayerEntity user) ItemStack.use(World world, PlayerEntity user) MushroomStewItem.use(ItemStack stack, World world, PlayerEntity user) SnowballItem.use(ItemStack stack, World world, PlayerEntity user) booleanBedItem.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) booleanBlockItem.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) booleanDoorItem.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) booleanDyeItem.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) booleanFlintAndSteel.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) booleanHoeItem.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) booleanItem.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) booleanItemStack.useOnBlock(PlayerEntity player, World world, int x, int y, int z, int side) booleanMinecartItem.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) booleanMusicDiscItem.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) booleanPaintingItem.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) booleanRedstoneItem.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) booleanSecondaryBlockItem.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) booleanSeedsItem.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) booleanSignItem.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) -
Uses of PlayerEntity in net.minecraft.item.map
Fields in net.minecraft.item.map declared as PlayerEntityMethods in net.minecraft.item.map with parameters of type PlayerEntityModifier and TypeMethodDescriptionbyte[]MapState.getPlayerMarkerPacket(ItemStack stack, World world, PlayerEntity player) voidMapState.update(PlayerEntity player, ItemStack stack) Constructors in net.minecraft.item.map with parameters of type PlayerEntity -
Uses of PlayerEntity in net.minecraft.network.packet.s2c.play
Constructors in net.minecraft.network.packet.s2c.play with parameters of type PlayerEntity -
Uses of PlayerEntity in net.minecraft.screen
Methods in net.minecraft.screen with parameters of type PlayerEntityModifier and TypeMethodDescriptionbooleanCraftingScreenHandler.canUse(PlayerEntity player) booleanDispenserScreenHandler.canUse(PlayerEntity player) booleanFurnaceScreenHandler.canUse(PlayerEntity player) booleanGenericContainerScreenHandler.canUse(PlayerEntity player) booleanPlayerScreenHandler.canUse(PlayerEntity player) abstract booleanScreenHandler.canUse(PlayerEntity player) voidScreenHandler.method_2080(PlayerEntity playerEntity, boolean bool) booleanScreenHandler.method_2085(PlayerEntity playerEntity) voidCraftingScreenHandler.onClosed(PlayerEntity player) voidPlayerScreenHandler.onClosed(PlayerEntity player) voidScreenHandler.onClosed(PlayerEntity player) ScreenHandler.onSlotClick(int slotIndex, int button, boolean shift, PlayerEntity player) -
Uses of PlayerEntity in net.minecraft.screen.slot
Fields in net.minecraft.screen.slot declared as PlayerEntityModifier and TypeFieldDescriptionprivate PlayerEntityCraftingResultSlot.playerprivate PlayerEntityFurnaceOutputSlot.playerConstructors in net.minecraft.screen.slot with parameters of type PlayerEntityModifierConstructorDescriptionCraftingResultSlot(PlayerEntity player, Inventory inventory2, Inventory inventory, int index, int x, int y) FurnaceOutputSlot(PlayerEntity player, Inventory inventory, int index, int x, int y) -
Uses of PlayerEntity in net.minecraft.world
Methods in net.minecraft.world that return PlayerEntityModifier and TypeMethodDescriptionWorld.getClosestPlayer(double x, double y, double z, double range) World.getClosestPlayer(Entity entity, double range) Methods in net.minecraft.world with parameters of type PlayerEntityModifier and TypeMethodDescriptionvoidWorld.addPlayer(PlayerEntity player) booleanServerWorld.canInteract(PlayerEntity player, int x, int y, int z) booleanWorld.canInteract(PlayerEntity player, int x, int y, int z) voidWorld.extinguishFire(PlayerEntity player, int x, int y, int z, int direction) voidWorld.worldEvent(PlayerEntity player, int event, int x, int y, int z, int data) -
Uses of PlayerEntity in net.minecraft.world.event.listener
Methods in net.minecraft.world.event.listener with parameters of type PlayerEntityModifier and TypeMethodDescriptionvoidGameEventListener.worldEvent(PlayerEntity player, int event, int x, int y, int z, int data)