Uses of Class
zombie.characters.IsoPlayer
Packages that use IsoPlayer
Package
Description
-
Uses of IsoPlayer in zombie
Modifier and TypeMethodDescriptionGameTime.getDeathString
(IsoPlayer playerObj) GameTime.getTimeSurvived
(IsoPlayer playerObj) GameTime.getZombieKilledText
(IsoPlayer playerObj) void
CombatManager.pressedAttack
(IsoPlayer isoPlayer) abstract void
BaseSoundManager.setMusicWakeState
(IsoPlayer player, String stateName) void
DummySoundManager.setMusicWakeState
(IsoPlayer player, String stateName) void
SoundManager.setMusicWakeState
(IsoPlayer player, String stateName) void
CombatManager.updateReticle
(IsoPlayer isoPlayer) -
Uses of IsoPlayer in zombie.ai
-
Uses of IsoPlayer in zombie.ai.sadisticAIDirector
Methods in zombie.ai.sadisticAIDirector with parameters of type IsoPlayerModifier and TypeMethodDescriptionvoid
SleepingEvent.setPlayerFallAsleep
(IsoPlayer chr, int sleepingTime) void
SleepingEvent.setPlayerFallAsleep
(IsoPlayer isoPlayer, int int0, boolean boolean1, boolean boolean0) void
-
Uses of IsoPlayer in zombie.audio
Constructors in zombie.audio with parameters of type IsoPlayer -
Uses of IsoPlayer in zombie.audio.parameters
Methods in zombie.audio.parameters with parameters of type IsoPlayerModifier and TypeMethodDescriptionstatic void
static void
void
ParameterMusicIntensity.setState
(IsoPlayer isoPlayer, ParameterMusicIntensity.Intensity intensity) void
ParameterMusicThreat.setState
(IsoPlayer isoPlayer, ParameterMusicThreat.ThreatLevel threatLevel) void
ParameterMusicWakeState.setState
(IsoPlayer player, ParameterMusicWakeState.State state) Constructors in zombie.audio.parameters with parameters of type IsoPlayerModifierConstructorDescriptionParameterActionProgressPercent
(IsoPlayer isoPlayer) ParameterCharacterVoicePitch
(IsoPlayer isoPlayer) ParameterCharacterVoiceType
(IsoPlayer isoPlayer) ParameterFirearmInside
(IsoPlayer isoPlayer) ParameterFirearmRoomSize
(IsoPlayer isoPlayer) ParameterLocalPlayer
(IsoPlayer _player) ParameterPlayerHealth
(IsoPlayer _player) -
Uses of IsoPlayer in zombie.characters
Fields in zombie.characters declared as IsoPlayerModifier and TypeFieldDescriptionIsoZombie.authOwnerPlayer
static IsoPlayer
IsoAIModule.invisibleCameraPlayer
protected IsoPlayer
IsoGameCharacter.isoPlayer
IsoAIModule.player
static final IsoPlayer[]
IsoPlayer.players
Methods in zombie.characters that return IsoPlayerModifier and TypeMethodDescriptionstatic IsoPlayer
IsoPlayer.getInstance()
static IsoPlayer
IsoPlayer.getLocalPlayerByOnlineID
(short ID) static IsoPlayer
MPDebugAI.getNearestPlayer
(IsoPlayer target) IsoGameCharacter.getOwnerPlayer()
IsoZombie.getOwnerPlayer()
IsoZombie.getReanimatedPlayer()
abstract IsoPlayer
NetworkCharacterAI.getRelatedPlayer()
NetworkPlayerAI.getRelatedPlayer()
NetworkZombieAI.getRelatedPlayer()
Methods in zombie.characters that return types with arguments of type IsoPlayerMethods in zombie.characters with parameters of type IsoPlayerModifier and TypeMethodDescriptionstatic void
HaloTextHelper.addBadText
(IsoPlayer isoPlayer, String string) static void
HaloTextHelper.addBadText
(IsoPlayer isoPlayer, String string0, String string1) static void
HaloTextHelper.addGoodText
(IsoPlayer isoPlayer, String string) static void
HaloTextHelper.addGoodText
(IsoPlayer isoPlayer, String string0, String string1) static void
static void
static void
HaloTextHelper.addText
(IsoPlayer isoPlayer, String string1, String string0, int int2, int int1, int int0) static void
HaloTextHelper.addText
(IsoPlayer isoPlayer, String string0, String string1, HaloTextHelper.ColorRGB colorRGB) static void
HaloTextHelper.addTextWithArrow
(IsoPlayer player, String text, boolean arrowIsUp, int r, int g, int b) static void
HaloTextHelper.addTextWithArrow
(IsoPlayer player, String text, boolean arrowIsUp, int r, int g, int b, int aR, int aG, int aB) static void
HaloTextHelper.addTextWithArrow
(IsoPlayer player, String text, boolean arrowIsUp, HaloTextHelper.ColorRGB color) static void
HaloTextHelper.addTextWithArrow
(IsoPlayer player, String text, boolean arrowIsUp, HaloTextHelper.ColorRGB color, HaloTextHelper.ColorRGB arrowColor) static void
HaloTextHelper.addTextWithArrow
(IsoPlayer isoPlayer, String string0, String string1, boolean boolean0, int int0, int int1, int int2) static void
HaloTextHelper.addTextWithArrow
(IsoPlayer isoPlayer, String string1, String string0, boolean boolean0, int int5, int int4, int int3, int int2, int int1, int int0) static void
HaloTextHelper.addTextWithArrow
(IsoPlayer isoPlayer, String string0, String string1, boolean boolean0, HaloTextHelper.ColorRGB colorRGB) static void
HaloTextHelper.addTextWithArrow
(IsoPlayer isoPlayer, String string0, String string1, boolean boolean0, HaloTextHelper.ColorRGB colorRGB1, HaloTextHelper.ColorRGB colorRGB0) static boolean
Faction.canCreateFaction
(IsoPlayer player) boolean
IsoZombie.canSeeHeadSquare
(IsoPlayer isoPlayer) boolean
IsoPlayer.checkCanSeeClient
(IsoPlayer remoteChr) static void
SafetySystemManager.clearSafety
(IsoPlayer player) boolean
IsoZombie.couldSeeHeadSquare
(IsoPlayer isoPlayer) static int
NetworkPlayerVariables.getBooleanVariables
(IsoPlayer isoPlayer) IsoZombie.getHeadSquare
(IsoPlayer isoPlayer) static IsoPlayer
MPDebugAI.getNearestPlayer
(IsoPlayer target) static Faction
Faction.getPlayerFaction
(IsoPlayer player) static boolean
Faction.isAlreadyInFaction
(IsoPlayer player) static boolean
Faction.isInSameFaction
(IsoPlayer isoPlayer0, IsoPlayer isoPlayer1) static void
SafetySystemManager.restoreSafety
(IsoPlayer player) IsoGameCharacter.TorchInfo.set
(IsoPlayer p, InventoryItem item) static void
NetworkPlayerVariables.setBooleanVariables
(IsoPlayer isoPlayer, int val) static void
IsoPlayer.setInstance
(IsoPlayer newInstance) static void
IsoPlayer.setLocalPlayer
(int index, IsoPlayer newPlayerObj) void
IsoPlayer.startReceivingBodyDamageUpdates
(IsoPlayer other) void
IsoPlayer.stopReceivingBodyDamageUpdates
(IsoPlayer other) static void
SafetySystemManager.storeSafety
(IsoPlayer player) static boolean
MPDebugAI.updateInputState
(IsoPlayer isoPlayer0, zombie.characters.IsoPlayer.InputState inputState) static boolean
MPDebugAI.updateMovementFromInput
(IsoPlayer isoPlayer0, zombie.characters.IsoPlayer.MoveVars moveVars) Constructors in zombie.characters with parameters of type IsoPlayer -
Uses of IsoPlayer in zombie.characters.animals
Subclasses of IsoPlayer in zombie.characters.animalsFields in zombie.characters.animals declared as IsoPlayerMethods in zombie.characters.animals that return IsoPlayerMethods in zombie.characters.animals with parameters of type IsoPlayerModifier and TypeMethodDescriptionvoid
IsoAnimal.addAcceptance
(IsoPlayer isoPlayer, float float1) static void
IsoAnimal.addAnimalPart
(AnimalPart animalPart, IsoPlayer isoPlayer, IsoDeadBody isoDeadBody) void
IsoAnimal.checkAlphaAndTargetAlpha
(IsoPlayer isoPlayer) void
IsoAnimal.eatFromLured
(IsoPlayer isoPlayer, InventoryItem inventoryItem) void
IsoAnimal.feedFromHand
(IsoPlayer isoPlayer, InventoryItem inventoryItem) float
IsoAnimal.getAcceptanceLevel
(IsoPlayer isoPlayer) float
IsoAnimal.getPlayerAcceptance
(IsoPlayer isoPlayer) void
void
void
IsoAnimal.setDebugAcceptance
(IsoPlayer isoPlayer, float float0) void
IsoAnimal.tryLure
(IsoPlayer isoPlayer, InventoryItem inventoryItem) -
Uses of IsoPlayer in zombie.characters.animals.datas
Fields in zombie.characters.animals.datas declared as IsoPlayerMethods in zombie.characters.animals.datas that return IsoPlayerMethods in zombie.characters.animals.datas with parameters of type IsoPlayer -
Uses of IsoPlayer in zombie.characters.BodyDamage
Constructors in zombie.characters.BodyDamage with parameters of type IsoPlayer -
Uses of IsoPlayer in zombie.chat
Methods in zombie.chat that return IsoPlayerModifier and TypeMethodDescriptionstatic IsoPlayer
ChatUtility.findPlayer
(int playerOnlineID) static IsoPlayer
ChatUtility.findPlayer
(String playerNickname) protected IsoPlayer
ChatBase.getChatOwner()
Methods in zombie.chat with parameters of type IsoPlayerModifier and TypeMethodDescriptionprotected float
ChatElement.getDistance
(IsoPlayer isoPlayer) static float
ChatUtility.getDistance
(float srcX, float srcY, IsoPlayer dest) static float
ChatUtility.getDistance
(IsoObject source, IsoPlayer dest) protected float
ChatElement.getScrambleValue
(IsoPlayer isoPlayer, float float2) static float
ChatUtility.getScrambleValue
(float srcX, float srcY, float srcZ, IsoGridSquare srcSquare, IsoPlayer dest, float baseRange) static float
ChatUtility.getScrambleValue
(IsoObject src, IsoPlayer dest, float baseRange) void
protected boolean
ChatElement.playerWithinBounds
(IsoPlayer isoPlayer, float float0) Constructors in zombie.chat with parameters of type IsoPlayerModifierConstructorDescriptionChatBase
(ByteBuffer bb, ChatType _type, ChatTab tab, IsoPlayer owner) Should called only on client side of chat system -
Uses of IsoPlayer in zombie.chat.defaultChats
Constructors in zombie.chat.defaultChats with parameters of type IsoPlayerModifierConstructorDescriptionAdminChat
(ByteBuffer bb, ChatTab tab, IsoPlayer owner) FactionChat
(ByteBuffer bb, ChatTab tab, IsoPlayer owner) GeneralChat
(ByteBuffer bb, ChatTab tab, IsoPlayer owner) RadioChat
(ByteBuffer bb, ChatTab tab, IsoPlayer owner) SafehouseChat
(ByteBuffer bb, ChatTab tab, IsoPlayer owner) SayChat
(ByteBuffer bb, ChatTab tab, IsoPlayer owner) ServerChat
(ByteBuffer bb, ChatTab tab, IsoPlayer owner) ShoutChat
(ByteBuffer bb, ChatTab tab, IsoPlayer owner) WhisperChat
(ByteBuffer bb, ChatTab tab, IsoPlayer owner) -
Uses of IsoPlayer in zombie.core
Methods in zombie.core that return IsoPlayerMethods in zombie.core with parameters of type IsoPlayerModifier and TypeMethodDescriptionvoid
TradingManager.addItem
(IsoPlayer isoPlayer, InventoryItem inventoryItem) void
TradingManager.addNewTrading
(IsoPlayer isoPlayer0, IsoPlayer isoPlayer1) static void
TransactionManager.cancelAllRelevantToUser
(IsoPlayer isoPlayer) void
TradingManager.cancelTrading
(IsoPlayer isoPlayer) static byte
TransactionManager.changeItemTypeTransaction
(IsoPlayer isoPlayer, InventoryItem inventoryItem, ItemContainer itemContainer0, ItemContainer itemContainer1, String string) byte
ActionManager.createBuildAction
(IsoPlayer isoPlayer, float float0, float float1, float float2, boolean boolean0, String string, se.krka.kahlua.vm.KahluaTable kahluaTable) byte
ActionManager.createFishingAction
(IsoPlayer isoPlayer, InventoryItem inventoryItem, IsoGridSquare isoGridSquare, se.krka.kahlua.vm.KahluaTable kahluaTable) static byte
TransactionManager.createItemTransaction
(IsoPlayer isoPlayer, InventoryItem inventoryItem, ItemContainer itemContainer0, ItemContainer itemContainer1) static byte
TransactionManager.createItemTransaction
(IsoPlayer isoPlayer, InventoryItem inventoryItem, ItemContainer itemContainer0, ItemContainer itemContainer1, IsoDirections isoDirections, float float0, float float1, float float2) byte
ActionManager.createNetTimedAction
(IsoPlayer isoPlayer, se.krka.kahlua.vm.KahluaTable kahluaTable) void
TradingManager.dealSealStatusChanged
(IsoPlayer isoPlayer, boolean boolean0) void
TradingManager.finishTrading
(IsoPlayer isoPlayer) static InventoryItem
FishingAction.getPickedUpFish
(IsoPlayer isoPlayer) void
TradingManager.removeItem
(IsoPlayer isoPlayer, int int0) void
ActionManager.replaceObjectInQueuedActions
(IsoPlayer isoPlayer, Object object0, Object object1) void
BuildAction.set
(IsoPlayer isoPlayer, float float0, float float1, float float2, boolean boolean0, String string, se.krka.kahlua.vm.KahluaTable kahluaTable) void
void
Transaction.set
(IsoPlayer isoPlayer, InventoryItem inventoryItem, ItemContainer itemContainer0, ItemContainer itemContainer1, String string, IsoDirections isoDirections, float float0, float float1, float float2) void
FishingAction.setStartFishing
(IsoPlayer isoPlayer, InventoryItem inventoryItem, IsoGridSquare isoGridSquare, se.krka.kahlua.vm.KahluaTable kahluaTable) -
Uses of IsoPlayer in zombie.core.physics
Methods in zombie.core.physics with parameters of type IsoPlayerMethod parameters in zombie.core.physics with type arguments of type IsoPlayerModifier and TypeMethodDescriptionstatic void
Bullet.updatePlayerList
(ArrayList<IsoPlayer> players) -
Uses of IsoPlayer in zombie.core.raknet
Fields in zombie.core.raknet declared as IsoPlayerMethods in zombie.core.raknet with parameters of type IsoPlayerModifier and TypeMethodDescriptionbyte
UdpConnection.getPlayerIndex
(IsoPlayer isoPlayer) boolean
UdpConnection.havePlayer
(IsoPlayer p) -
Uses of IsoPlayer in zombie.core.znet
Methods in zombie.core.znet with parameters of type IsoPlayerModifier and TypeMethodDescriptionstatic void
static void
SteamGameServer.RemovePlayer
(IsoPlayer isoPlayer) static void
SteamGameServer.UpdatePlayer
(IsoPlayer isoPlayer) -
Uses of IsoPlayer in zombie.entity
Methods in zombie.entity that return IsoPlayerModifier and TypeMethodDescriptionfinal IsoPlayer
Component.getUsingPlayer()
GameEntity.getUsingPlayer()
MetaEntity.getUsingPlayer()
Methods in zombie.entity with parameters of type IsoPlayerModifier and TypeMethodDescriptionfinal boolean
Component.isUsingPlayer
(IsoPlayer isoPlayer) boolean
GameEntity.isUsingPlayer
(IsoPlayer isoPlayer) boolean
MetaEntity.isUsingPlayer
(IsoPlayer var1) static void
GameEntityNetwork.sendPacketDataTo
(IsoPlayer var0, EntityPacketData var1, GameEntity var2, Object var3) protected final void
GameEntity.sendServerEntityPacketTo
(IsoPlayer isoPlayer, EntityPacketData entityPacketData) final void
Component.sendServerPacketTo
(IsoPlayer isoPlayer, EntityPacketData entityPacketData) void
GameEntity.setUsingPlayer
(IsoPlayer isoPlayer) void
MetaEntity.setUsingPlayer
(IsoPlayer var1) -
Uses of IsoPlayer in zombie.entity.components.crafting
Methods in zombie.entity.components.crafting that return IsoPlayerModifier and TypeMethodDescriptionCraftLogic.getRequestingPlayer()
DryingLogic.getRequestingPlayer()
FurnaceLogic.getRequestingPlayer()
MashingLogic.getRequestingPlayer()
Methods in zombie.entity.components.crafting with parameters of type IsoPlayerModifier and TypeMethodDescriptionboolean
protected boolean
boolean
protected boolean
boolean
protected boolean
boolean
protected boolean
CraftLogic.debugCanStart
(IsoPlayer isoPlayer) static CraftRecipeMonitor
CraftUtil.debugCanStart
(IsoPlayer var0, CraftRecipeData craftRecipeData, List<CraftRecipe> list0, List<Resource> list1, List<Resource> list2, CraftRecipeMonitor craftRecipeMonitor) DryingLogic.debugCanStart
(IsoPlayer isoPlayer) FurnaceLogic.debugCanStart
(IsoPlayer isoPlayer) MashingLogic.debugCanStart
(IsoPlayer isoPlayer) void
BaseCraftingLogic.filterRecipeList
(String string1, String string0, boolean boolean2, IsoPlayer isoPlayer) static List
<CraftRecipe> BaseCraftingLogic.filterRecipeList
(String string1, String string0, List<CraftRecipe> list0, List<CraftRecipe> list1, IsoPlayer isoPlayer) BaseCraftingLogic.getSelectedRecipeStyle
(String string1, IsoPlayer isoPlayer) void
CraftLogic.sendStartRequest
(IsoPlayer isoPlayer) void
DryingLogic.sendStartRequest
(IsoPlayer isoPlayer) void
FurnaceLogic.sendStartRequest
(IsoPlayer isoPlayer) void
MashingLogic.sendStartRequest
(IsoPlayer isoPlayer) void
CraftLogic.sendStopRequest
(IsoPlayer isoPlayer) void
DryingLogic.sendStopRequest
(IsoPlayer isoPlayer) void
FurnaceLogic.sendStopRequest
(IsoPlayer isoPlayer) void
MashingLogic.sendStopRequest
(IsoPlayer isoPlayer) void
BaseCraftingLogic.setSelectedRecipeStyle
(String string1, String string2, IsoPlayer isoPlayer) void
void
void
void
void
void
void
void
void
void
void
void
-
Uses of IsoPlayer in zombie.entity.components.crafting.recipe
Methods in zombie.entity.components.crafting.recipe with parameters of type IsoPlayerModifier and TypeMethodDescriptionvoid
HandcraftLogic.filterRecipeList
(String string0, String string1, boolean boolean0, IsoPlayer isoPlayer) static CraftRecipeData
CraftRecipeManager.getCraftDataForPlayer
(IsoPlayer isoPlayer) -
Uses of IsoPlayer in zombie.globalObjects
Methods in zombie.globalObjects with parameters of type IsoPlayerModifier and TypeMethodDescriptionstatic void
SGlobalObjectNetwork.receive
(ByteBuffer bb, IsoPlayer player) static boolean
SGlobalObjects.receiveClientCommand
(String string1, String string0, IsoPlayer isoPlayer, se.krka.kahlua.vm.KahluaTable kahluaTable) void
SGlobalObjectSystem.receiveClientCommand
(String string, IsoPlayer isoPlayer, se.krka.kahlua.vm.KahluaTable kahluaTable) static void
CGlobalObjectNetwork.sendClientCommand
(IsoPlayer isoPlayer, String string0, String string1, se.krka.kahlua.vm.KahluaTable kahluaTable) void
CGlobalObjectSystem.sendCommand
(String string, IsoPlayer isoPlayer, se.krka.kahlua.vm.KahluaTable kahluaTable) -
Uses of IsoPlayer in zombie.inventory
Methods in zombie.inventory that return IsoPlayerModifier and TypeMethodDescriptionprotected IsoPlayer
InventoryItem.getOwnerPlayer
(ItemContainer itemContainer) InventoryItem.getPlayer()
Methods in zombie.inventory with parameters of type IsoPlayerModifier and TypeMethodDescriptionstatic void
ItemPickerJava.fillContainer
(ItemContainer container, IsoPlayer _player) -
Uses of IsoPlayer in zombie.inventory.types
Methods in zombie.inventory.types that return IsoPlayerMethods in zombie.inventory.types with parameters of type IsoPlayerModifier and TypeMethodDescriptionboolean
boolean
HandWeapon.checkUnJam
(IsoPlayer isoPlayer) void
AlarmClock.syncAlarmClock_Player
(IsoPlayer player) void
AlarmClockClothing.syncAlarmClock_Player
(IsoPlayer player) -
Uses of IsoPlayer in zombie.iso
Methods in zombie.iso that return IsoPlayerMethods in zombie.iso with parameters of type IsoPlayerModifier and TypeMethodDescriptionWorldMarkers.addDirectionArrow
(IsoPlayer player, int x, int y, int z, String texname, float r, float g, float b, float a) WorldMarkers.addPlayerHomingPoint
(IsoPlayer player, int x, int y) WorldMarkers.addPlayerHomingPoint
(IsoPlayer player, int x, int y, float r, float g, float b, float a) WorldMarkers.addPlayerHomingPoint
(IsoPlayer player, int x, int y, String texname, float r, float g, float b, float a, boolean homeOnTarget, int homeOnDist) boolean
IsoObject.addSheetRope
(IsoPlayer player, String itemType) int
IsoMetaGrid.countNearbyBuildingsRooms
(IsoPlayer isoPlayer) IsoWorld.CreateRandomSurvivor
(SurvivorDesc desc, IsoGridSquare sq, IsoPlayer player) boolean
IsoGridSquare.damageSpriteSheetRopeFromBottom
(IsoPlayer player, boolean north) void
IsoCell.GetSquaresAroundPlayerSquare
(IsoPlayer isoPlayer, IsoGridSquare isoGridSquare0, ArrayList<IsoGridSquare> arrayList0, ArrayList<IsoGridSquare> arrayList1) void
WorldMarkers.removeAllDirectionArrows
(IsoPlayer player) void
WorldMarkers.removeAllHomingPoints
(IsoPlayer player) void
IsoMetaGrid.RemoveFromMeta
(IsoPlayer isoPlayer) boolean
WorldMarkers.removePlayerDirectionArrow
(IsoPlayer player, int id) boolean
WorldMarkers.removePlayerDirectionArrow
(IsoPlayer player, WorldMarkers.DirectionArrow arrow) boolean
WorldMarkers.removePlayerHomingPoint
(IsoPlayer player, int id) boolean
WorldMarkers.removePlayerHomingPoint
(IsoPlayer player, WorldMarkers.PlayerHomingPoint point) boolean
IsoObject.removeSheetRope
(IsoPlayer player) boolean
IsoGridSquare.removeSheetRopeFromBottom
(IsoPlayer player, boolean north) -
Uses of IsoPlayer in zombie.iso.areas
Methods in zombie.iso.areas with parameters of type IsoPlayerModifier and TypeMethodDescriptionstatic SafeHouse
SafeHouse.addSafeHouse
(IsoGridSquare square, IsoPlayer player) static boolean
SafeHouse.allowSafeHouse
(IsoPlayer player) SafeHouse.alreadyHaveSafehouse
(IsoPlayer player) static String
SafeHouse.canBeSafehouse
(IsoGridSquare clickedSquare, IsoPlayer player) void
SafeHouse.checkTrespass
(IsoPlayer player) static SafeHouse
SafeHouse.hasSafehouse
(IsoPlayer player) boolean
static boolean
SafeHouse.isPlayerAllowedOnSquare
(IsoPlayer player, IsoGridSquare sq) static boolean
SafeHouse.isSafehouseAllowClaim
(SafeHouse safeHouse, IsoPlayer isoPlayer) static boolean
SafeHouse.isSafehouseAllowInteract
(IsoGridSquare isoGridSquare, IsoPlayer isoPlayer) static boolean
SafeHouse.isSafehouseAllowLoot
(IsoGridSquare isoGridSquare, IsoPlayer isoPlayer) static boolean
SafeHouse.isSafehouseAllowTrepass
(IsoGridSquare isoGridSquare, IsoPlayer isoPlayer) boolean
SafeHouse.playerAllowed
(IsoPlayer player) void
SafeHouse.updateSafehouse
(IsoPlayer player) Update the last visited value everytime someone is in this safehouse If it's not visited for some time (SafehouseRemoval serveroption) it's automatically removed. -
Uses of IsoPlayer in zombie.iso.objects
Methods in zombie.iso.objects with parameters of type IsoPlayerModifier and TypeMethodDescriptionboolean
IsoThumpable.addSheetRope
(IsoPlayer player, String itemType) boolean
IsoWindow.addSheetRope
(IsoPlayer player, String itemType) static boolean
IsoWindow.addSheetRope
(IsoPlayer player, IsoGridSquare sq, boolean _north, String itemType) boolean
IsoWindowFrame.addSheetRope
(IsoPlayer isoPlayer, String string) static boolean
IsoWindowFrame.addSheetRope
(IsoObject o, IsoPlayer player, String itemType) void
boolean
protected boolean
IsoWaveSignal.playerWithinBounds
(IsoPlayer isoPlayer, float float0) boolean
IsoThumpable.removeSheetRope
(IsoPlayer player) boolean
IsoWindow.removeSheetRope
(IsoPlayer player) static boolean
IsoWindow.removeSheetRope
(IsoPlayer player, IsoGridSquare square, boolean _north) boolean
IsoWindowFrame.removeSheetRope
(IsoPlayer isoPlayer) static boolean
IsoWindowFrame.removeSheetRope
(IsoObject o, IsoPlayer player) void
static void
IsoTrap.triggerRemote
(IsoPlayer player, int remoteID, int range) -
Uses of IsoPlayer in zombie.iso.weather
Methods in zombie.iso.weather with parameters of type IsoPlayerModifier and TypeMethodDescriptionstatic void
WorldFlares.applyFlaresForPlayer
(RenderSettings.PlayerRenderSettings renderSettings, int plrIndex, IsoPlayer player) void
ThunderStorm.applyLightningForPlayer
(RenderSettings.PlayerRenderSettings renderSettings, int plrIndex, IsoPlayer player) static float
Temperature.getWindChillAmountForPlayer
(IsoPlayer player) -
Uses of IsoPlayer in zombie.Lua
Methods in zombie.Lua that return IsoPlayerModifier and TypeMethodDescriptionstatic IsoPlayer
LuaManager.GlobalObject.getPlayer()
static IsoPlayer
LuaManager.GlobalObject.getPlayerByOnlineID
(int id) static IsoPlayer
LuaManager.GlobalObject.getPlayerFromUsername
(String username) static IsoPlayer
LuaManager.GlobalObject.getSpecificPlayer
(int player) Methods in zombie.Lua that return types with arguments of type IsoPlayerModifier and TypeMethodDescriptionLuaManager.GlobalObject.getConnectedPlayers()
LuaManager.GlobalObject.getOnlinePlayers()
Methods in zombie.Lua with parameters of type IsoPlayerModifier and TypeMethodDescriptionstatic void
LuaManager.GlobalObject.acceptSafehouseInvite
(SafeHouse safeHouse, String string, IsoPlayer isoPlayer) static void
LuaManager.GlobalObject.acceptTrading
(IsoPlayer you, IsoPlayer other, boolean accept) static void
LuaManager.GlobalObject.AddWorldSound
(IsoPlayer player, int radius, int volume) void
LuaManager.GlobalObject.addXp
(IsoPlayer isoPlayer, PerkFactory.Perk perk, float float0) void
LuaManager.GlobalObject.addXpMultiplier
(IsoPlayer isoPlayer, PerkFactory.Perk perk, float float0, int int0, int int1) void
LuaManager.GlobalObject.addXpNoMultiplier
(IsoPlayer isoPlayer, PerkFactory.Perk perk, float float0) static IsoGridSquare
LuaManager.AdjacentFreeTileFinder
(IsoGridSquare test, IsoPlayer player) static byte
LuaManager.GlobalObject.changeItemTypeTransaction
(IsoPlayer isoPlayer, InventoryItem inventoryItem, String string) static boolean
LuaManager.GlobalObject.checkPermissions
(IsoPlayer isoPlayer, Capability capability) static byte
LuaManager.GlobalObject.createBuildAction
(IsoPlayer isoPlayer, float float0, float float1, float float2, boolean boolean0, String string1, se.krka.kahlua.vm.KahluaTable kahluaTable) static byte
LuaManager.GlobalObject.createItemTransaction
(IsoPlayer isoPlayer, InventoryItem inventoryItem, ItemContainer itemContainer0, ItemContainer itemContainer1) static byte
LuaManager.GlobalObject.createItemTransactionWithPosData
(IsoPlayer isoPlayer, InventoryItem inventoryItem, ItemContainer itemContainer0, ItemContainer itemContainer1, String string, float float0, float float1, float float2) Deprecated.static void
LuaManager.fillContainer
(ItemContainer container, IsoPlayer isoPlayer) LuaManager.GlobalObject.getPickedUpFish
(IsoPlayer isoPlayer) static se.krka.kahlua.vm.KahluaTable
LuaManager.GlobalObject.getPlayerInfo
(IsoPlayer isoPlayer) static void
LuaManager.GlobalObject.requestTrading
(IsoPlayer you, IsoPlayer other) static void
LuaManager.GlobalObject.sendAddAnimalFromHandsInTrailer
(IsoAnimal isoAnimal, IsoPlayer isoPlayer, BaseVehicle baseVehicle) static void
LuaManager.GlobalObject.sendAddAnimalFromHandsInTrailer
(IsoDeadBody isoDeadBody, IsoPlayer isoPlayer, BaseVehicle baseVehicle) static void
LuaManager.GlobalObject.sendAddAnimalInTrailer
(IsoAnimal isoAnimal, IsoPlayer isoPlayer, BaseVehicle baseVehicle) static void
LuaManager.GlobalObject.sendAddAnimalInTrailer
(IsoDeadBody isoDeadBody, IsoPlayer isoPlayer, BaseVehicle baseVehicle) void
LuaManager.GlobalObject.sendAddXp
(IsoPlayer isoPlayer, PerkFactory.Perk perk, float float0, boolean boolean0) static void
LuaManager.GlobalObject.sendAttachAnimalToPlayer
(IsoAnimal isoAnimal, IsoPlayer isoPlayer, IsoObject var2, boolean boolean0) static void
LuaManager.GlobalObject.sendAttachAnimalToTree
(IsoAnimal isoAnimal, IsoPlayer isoPlayer, IsoObject isoObject, boolean boolean0) static void
LuaManager.GlobalObject.sendButcherAnimal
(IsoDeadBody isoDeadBody, IsoPlayer isoPlayer) static void
LuaManager.GlobalObject.sendClientCommand
(IsoPlayer isoPlayer, String string0, String string1, se.krka.kahlua.vm.KahluaTable kahluaTable) void
LuaManager.GlobalObject.sendClientCommandV
(IsoPlayer isoPlayer, String string0, String string1, Object... object) static void
LuaManager.GlobalObject.sendClothing
(IsoPlayer isoPlayer, String string, InventoryItem inventoryItem) static void
LuaManager.GlobalObject.sendDamage
(IsoPlayer isoPlayer) static void
static void
static void
LuaManager.GlobalObject.sendFactionInvite
(Faction faction, IsoPlayer host, String invited) static void
LuaManager.GlobalObject.sendFeedAnimalFromHand
(IsoAnimal isoAnimal, IsoPlayer isoPlayer, InventoryItem inventoryItem) static void
LuaManager.GlobalObject.sendHitPlayer
(IsoPlayer isoPlayer, String string0, String string2, String string1, boolean boolean1, boolean boolean0, boolean boolean2, boolean boolean3) static void
LuaManager.GlobalObject.sendHumanVisual
(IsoPlayer isoPlayer) static void
LuaManager.GlobalObject.sendHutchGrabAnimal
(IsoAnimal isoAnimal, IsoPlayer isoPlayer, IsoObject isoObject, InventoryItem inventoryItem) static void
LuaManager.GlobalObject.sendHutchGrabCorpseAction
(IsoAnimal isoAnimal, IsoPlayer isoPlayer, IsoObject isoObject, InventoryItem inventoryItem) static void
LuaManager.GlobalObject.sendHutchRemoveAnimalAction
(IsoAnimal isoAnimal, IsoPlayer isoPlayer, IsoObject isoObject) void
LuaManager.GlobalObject.sendIconFound
(IsoPlayer isoPlayer, String string, float float0) static boolean
LuaManager.GlobalObject.sendItemListNet
(IsoPlayer sender, ArrayList<InventoryItem> items, IsoPlayer receiver, String transferID, String custom) static void
LuaManager.GlobalObject.sendPersonalColor
(IsoPlayer player) static void
LuaManager.GlobalObject.sendPickupAnimal
(IsoAnimal isoAnimal, IsoPlayer isoPlayer, AnimalInventoryItem animalInventoryItem) static void
LuaManager.GlobalObject.sendPlayerEffects
(IsoPlayer isoPlayer) static void
LuaManager.GlobalObject.sendPlayerExtraInfo
(IsoPlayer p) static void
LuaManager.GlobalObject.sendPlayerStatsChange
(IsoPlayer player) static void
LuaManager.GlobalObject.sendRemoveAndGrabAnimalFromTrailer
(IsoAnimal isoAnimal, IsoPlayer isoPlayer, BaseVehicle baseVehicle, AnimalInventoryItem animalInventoryItem) static void
LuaManager.GlobalObject.sendRemoveAndGrabAnimalFromTrailer
(IsoDeadBody isoDeadBody, IsoPlayer isoPlayer, BaseVehicle baseVehicle, AnimalInventoryItem animalInventoryItem) static void
LuaManager.GlobalObject.sendRemoveAnimalFromTrailer
(IsoAnimal isoAnimal, IsoPlayer isoPlayer, BaseVehicle baseVehicle) static void
LuaManager.GlobalObject.sendSafehouseClaim
(IsoGridSquare isoGridSquare, IsoPlayer isoPlayer, String string) static void
LuaManager.GlobalObject.sendSafehouseInvite
(SafeHouse safehouse, IsoPlayer host, String invited) static void
LuaManager.GlobalObject.sendServerCommand
(IsoPlayer isoPlayer, String string0, String string1, se.krka.kahlua.vm.KahluaTable kahluaTable) static void
LuaManager.GlobalObject.sendSyncPlayerFields
(IsoPlayer isoPlayer, byte byte0) static void
LuaManager.GlobalObject.sendVisual
(IsoPlayer player) static void
LuaManager.GlobalObject.setPlayerJoypad
(int player, int joypad, IsoPlayer playerObj, String username) static void
LuaManager.GlobalObject.setPlayerMouse
(IsoPlayer playerObj) static void
LuaManager.GlobalObject.setProgressBarValue
(IsoPlayer player, int value) static byte
LuaManager.GlobalObject.startFishingAction
(IsoPlayer isoPlayer, InventoryItem inventoryItem, IsoGridSquare isoGridSquare, se.krka.kahlua.vm.KahluaTable kahluaTable) void
LuaManager.GlobalObject.syncHandWeaponFields
(IsoPlayer isoPlayer, HandWeapon handWeapon) void
LuaManager.GlobalObject.syncItemFields
(IsoPlayer isoPlayer, InventoryItem inventoryItem) void
LuaManager.GlobalObject.syncItemModData
(IsoPlayer isoPlayer, InventoryItem inventoryItem) void
LuaManager.GlobalObject.syncPlayerStats
(IsoPlayer isoPlayer, int int0) static void
LuaManager.GlobalObject.syncVisuals
(IsoPlayer isoPlayer) void
static void
LuaManager.GlobalObject.tradingUISendAddItem
(IsoPlayer you, IsoPlayer other, InventoryItem i) static void
LuaManager.GlobalObject.tradingUISendRemoveItem
(IsoPlayer isoPlayer0, IsoPlayer isoPlayer1, InventoryItem inventoryItem) static void
LuaManager.GlobalObject.tradingUISendUpdateState
(IsoPlayer you, IsoPlayer other, int state) -
Uses of IsoPlayer in zombie.modding
Methods in zombie.modding with parameters of type IsoPlayerModifier and TypeMethodDescriptionstatic boolean
ModUtilsJava.sendItemListNet
(IsoPlayer sender, ArrayList<InventoryItem> items, IsoPlayer receiver, String transferID, String custom) -
Uses of IsoPlayer in zombie.network
Fields in zombie.network with type parameters of type IsoPlayerModifier and TypeFieldDescriptionGameClient.connectedPlayers
GameClient.IDToPlayerMap
GameServer.IDToPlayerMap
GameServer.Players
GameServer.PlayerToAddressMap
GameServer.tempPlayers
Methods in zombie.network that return IsoPlayerModifier and TypeMethodDescriptionstatic IsoPlayer
GameServer.getAnyPlayerFromConnection
(UdpConnection connection) GameClient.getPlayerByOnlineID
(short id) static IsoPlayer
GameServer.getPlayerByRealUserName
(String username) static IsoPlayer
GameServer.getPlayerByUserName
(String username) static IsoPlayer
GameServer.getPlayerByUserNameForCommand
(String username) static IsoPlayer
GameServer.getPlayerFromConnection
(UdpConnection connection, int playerIndex) GameClient.getPlayerFromUsername
(String _username) Methods in zombie.network that return types with arguments of type IsoPlayerModifier and TypeMethodDescriptionGameClient.getConnectedPlayers()
GameClient.getPlayers()
GameServer.getPlayers()
GameServer.getPlayers
(ArrayList<IsoPlayer> players) Methods in zombie.network with parameters of type IsoPlayerModifier and TypeMethodDescriptionvoid
GameClient.acceptTrading
(IsoPlayer you, IsoPlayer other, boolean accept) void
static void
GameServer.addXp
(IsoPlayer isoPlayer, PerkFactory.Perk perk, float float0) static void
GameServer.addXp
(IsoPlayer isoPlayer, PerkFactory.Perk perk, float float0, boolean boolean0) static void
GameServer.addXpMultiplier
(IsoPlayer isoPlayer, PerkFactory.Perk perk, float float0, int int0, int int1) static boolean
GameServer.canModifyPlayerStats
(UdpConnection udpConnection, IsoPlayer isoPlayer) void
ServerMap.characterIn
(IsoPlayer p) static void
GameServer.disconnectPlayer
(IsoPlayer player, UdpConnection connection) static void
GameServer.doDelayedDisconnect
(IsoPlayer isoPlayer) void
ServerLOS.doServerZombieLOS
(IsoPlayer player) void
void
static UdpConnection
GameServer.getConnectionFromPlayer
(IsoPlayer player) static WarManager.War
WarManager.getWarNearest
(IsoPlayer isoPlayer) static ArrayList
<WarManager.War> WarManager.getWarRelevent
(IsoPlayer isoPlayer) boolean
ServerLOS.isCouldSee
(IsoPlayer player, IsoGridSquare sq) static boolean
GameServer.isDelayedDisconnect
(IsoPlayer isoPlayer) static void
static void
static void
GameClient.rememberPlayerPosition
(IsoPlayer isoPlayer, float float0, float float1) void
ServerLOS.removePlayer
(IsoPlayer player) void
GameClient.requestTrading
(IsoPlayer you, IsoPlayer other) void
GameClient.sendAddXp
(IsoPlayer isoPlayer, PerkFactory.Perk perk, float float0, boolean boolean0) void
GameClient.sendAttachedItem
(IsoPlayer player, String location, InventoryItem item) void
GameClient.sendChangedPlayerStats
(IsoPlayer otherPlayer) void
GameClient.sendClientCommand
(IsoPlayer isoPlayer, String string0, String string1, se.krka.kahlua.vm.KahluaTable kahluaTable) void
GameClient.sendClientCommandV
(IsoPlayer isoPlayer, String string0, String string1, Object... object0) static void
GameClient.sendEquippedRadioFreq
(IsoPlayer plyr) static void
static void
GameClient.sendFactionInvite
(Faction faction, IsoPlayer host, String invited) static void
GameClient.sendForageItemFound
(IsoPlayer isoPlayer, String string, float float0) static boolean
GameClient.sendItemListNet
(IsoPlayer sender, ArrayList<InventoryItem> items, IsoPlayer receiver, String sessionID, String custom) static boolean
GameServer.sendItemListNet
(UdpConnection ignore, IsoPlayer sender, ArrayList<InventoryItem> items, IsoPlayer receiver, String sessionID, String custom) static void
void
GameClient.sendPersonalColor
(IsoPlayer player) void
GameClient.sendPlayer
(IsoPlayer isoPlayer) void
GameClient.sendPlayer2
(IsoPlayer isoPlayer) void
GameClient.sendPlayerConnect
(IsoPlayer player) static void
GameServer.sendPlayerConnected
(IsoPlayer isoPlayer, UdpConnection udpConnection) static void
GameClient.sendPlayerDamage
(IsoPlayer player) static void
GameServer.sendPlayerDamagedByCarCrash
(IsoPlayer chr, float damage) static void
GameClient.sendPlayerDeath
(IsoPlayer player) static void
GameClient.sendPlayerExtraInfo
(IsoPlayer p) static void
GameServer.sendPlayerExtraInfo
(IsoPlayer p, UdpConnection connection) static void
GameClient.sendPlayerInjuries
(IsoPlayer player) static void
GameServer.sendReanimatedZombieID
(IsoPlayer player, IsoZombie zombie) static void
GameServer.sendServerCommand
(IsoPlayer isoPlayer, String string0, String string1, se.krka.kahlua.vm.KahluaTable kahluaTable) static void
GameClient.sendSneezingCoughing
(IsoPlayer isoPlayer, int int0, byte byte0) static void
GameServer.sendSyncClothing
(IsoPlayer isoPlayer, String var1, InventoryItem var2) static void
GameServer.sendSyncPlayerFields
(IsoPlayer isoPlayer, byte byte0) void
GameClient.sendSyncXp
(IsoPlayer player) static void
GameServer.sendTeleport
(IsoPlayer player, float x, float y, float z) static void
GameClient.sendVehicleHit
(IsoPlayer isoPlayer, IsoGameCharacter isoGameCharacter, BaseVehicle baseVehicle, float float0, boolean boolean0, int int0, float float1, boolean boolean1) void
GameClient.sendVisual
(IsoPlayer player) static void
GameServer.sendWakeUpPlayer
(IsoPlayer player, UdpConnection connection) static void
WarManager.sendWarToPlayer
(IsoPlayer isoPlayer) void
GameClient.sendWeaponHit
(IsoPlayer player, HandWeapon weapon, IsoObject object) static void
GameClient.sendWeight
(IsoPlayer player) static void
GameClient.sendZombieHit
(IsoZombie isoZombie, IsoPlayer isoPlayer) static void
GameServer.setCustomVariables
(IsoPlayer isoPlayer, UdpConnection udpConnection) void
BodyDamageSync.startReceivingUpdates
(IsoPlayer isoPlayer) void
BodyDamageSync.stopReceivingUpdates
(IsoPlayer isoPlayer) static void
GameServer.syncVisuals
(IsoPlayer isoPlayer) void
GameClient.tradingUISendAddItem
(IsoPlayer you, IsoPlayer other, InventoryItem item) void
GameClient.tradingUISendRemoveItem
(IsoPlayer var1, IsoPlayer var2, InventoryItem var3) void
GameClient.tradingUISendUpdateState
(IsoPlayer you, IsoPlayer other, int state) static void
GameServer.updateHandEquips
(UdpConnection var0, IsoPlayer isoPlayer) void
static void
PassengerMap.updatePassenger
(IsoPlayer player) Method parameters in zombie.network with type arguments of type IsoPlayer -
Uses of IsoPlayer in zombie.network.anticheats
Methods in zombie.network.anticheats that return IsoPlayerModifier and TypeMethodDescriptionAntiCheatPlayer.IAntiCheat.getPlayer()
AntiCheatPower.IAntiCheat.getPlayer()
AntiCheatRole.IAntiCheat.getPlayer()
AntiCheatXP.IAntiCheat.getPlayer()
AntiCheatXPPlayer.IAntiCheat.getPlayer()
AntiCheatSafeHouseSurvivor.IAntiCheat.getSurvivor()
AntiCheatHitWeaponRate.IAntiCheat.getWielder()
AntiCheatSafety.IAntiCheat.getWielder()
Methods in zombie.network.anticheats with parameters of type IsoPlayer -
Uses of IsoPlayer in zombie.network.fields
Methods in zombie.network.fields with parameters of type IsoPlayerModifier and TypeMethodDescriptionvoid
ContainerID.setInventoryContainer
(ItemContainer itemContainer, IsoPlayer isoPlayer) -
Uses of IsoPlayer in zombie.network.fields.character
Fields in zombie.network.fields.character declared as IsoPlayerMethods in zombie.network.fields.character that return IsoPlayerMethods in zombie.network.fields.character with parameters of type IsoPlayer -
Uses of IsoPlayer in zombie.network.fields.hit
Methods in zombie.network.fields.hit that return IsoPlayerMethods in zombie.network.fields.hit with parameters of type IsoPlayerModifier and TypeMethodDescriptionvoid
Damage.processPlayer
(IsoAnimal isoAnimal, IsoPlayer isoPlayer) void
-
Uses of IsoPlayer in zombie.network.packets
Methods in zombie.network.packets that return IsoPlayerMethods in zombie.network.packets with parameters of type IsoPlayerModifier and TypeMethodDescriptionstatic void
INetworkPacket.send
(IsoPlayer isoPlayer, PacketTypes.PacketType packetType, Object... object) void
void
void
BodyDamageUpdatePacket.setUpdate
(IsoPlayer var1, IsoPlayer var2, ByteBuffer var3) -
Uses of IsoPlayer in zombie.network.packets.actions
Methods in zombie.network.packets.actions with parameters of type IsoPlayer -
Uses of IsoPlayer in zombie.network.packets.character
Methods in zombie.network.packets.character that return IsoPlayerMethods in zombie.network.packets.character with parameters of type IsoPlayer -
Uses of IsoPlayer in zombie.network.packets.hit
Methods in zombie.network.packets.hit that return IsoPlayerModifier and TypeMethodDescriptionPlayerHitAnimalPacket.getWielder()
PlayerHitPlayerPacket.getWielder()
PlayerHitZombiePacket.getWielder()
VehicleHitPlayerPacket.getWielder()
Methods in zombie.network.packets.hit with parameters of type IsoPlayerModifier and TypeMethodDescriptionvoid
PlayerHitObjectPacket.set
(IsoPlayer isoPlayer, IsoObject isoObject, HandWeapon handWeapon, boolean boolean0) void
PlayerHitVehiclePacket.set
(IsoPlayer isoPlayer, BaseVehicle baseVehicle, HandWeapon handWeapon, boolean boolean0, float float0) void
VehicleHitPlayerPacket.set
(IsoPlayer wielder, IsoPlayer target, BaseVehicle vehicle, float damage, boolean isTargetHitFromBehind, int vehicleDamage, float vehicleSpeed, boolean isVehicleHitFromBehind) -
Uses of IsoPlayer in zombie.network.packets.safehouse
Methods in zombie.network.packets.safehouse that return IsoPlayerModifier and TypeMethodDescriptionSafehouseClaimPacket.getSurvivor()
SafezoneClaimPacket.getSurvivor()
-
Uses of IsoPlayer in zombie.popman
Methods in zombie.popman with parameters of type IsoPlayerModifier and TypeMethodDescriptionvoid
NetworkZombieManager.clearTargetAuth
(UdpConnection connection, IsoPlayer player) void
NetworkZombieSimulator.clearTargetAuth
(IsoPlayer player) void
NetworkZombieManager.moveZombie
(IsoZombie zombie, UdpConnection to, IsoPlayer player) -
Uses of IsoPlayer in zombie.popman.animal
Methods in zombie.popman.animal that return IsoPlayer -
Uses of IsoPlayer in zombie.radio.devices
Methods in zombie.radio.devices with parameters of type IsoPlayerModifier and TypeMethodDescriptiondefault void
WaveSignalDevice.AddDeviceText
(IsoPlayer player, String line, float r, float g, float b, String guid, String codes, int distance) -
Uses of IsoPlayer in zombie.radio.effects
Methods in zombie.radio.effects with parameters of type IsoPlayer -
Uses of IsoPlayer in zombie.radio.media
Methods in zombie.radio.media with parameters of type IsoPlayerModifier and TypeMethodDescriptionvoid
RecordedMedia.handleLegacyListenedLines
(IsoPlayer player) boolean
RecordedMedia.hasListenedToAll
(IsoPlayer player, MediaData mediaData) boolean
RecordedMedia.hasListenedToLine
(IsoPlayer player, String guid) -
Uses of IsoPlayer in zombie.savefile
Methods in zombie.savefile that return IsoPlayerModifier and TypeMethodDescriptionServerPlayerDB.serverLoadNetworkCharacter
(int int0, String string1) Methods in zombie.savefile that return types with arguments of type IsoPlayerModifier and TypeMethodDescriptionPlayerDB.getAllLocalPlayers()
ClientPlayerDB.getAllNetworkPlayers()
Methods in zombie.savefile with parameters of type IsoPlayerModifier and TypeMethodDescriptionvoid
ClientPlayerDB.clientSendNetworkPlayerInt
(IsoPlayer player) void
ServerPlayerDB.serverUpdateNetworkCharacter
(IsoPlayer isoPlayer, int int0, UdpConnection udpConnection) -
Uses of IsoPlayer in zombie.spnetwork
Fields in zombie.spnetwork declared as IsoPlayerMethods in zombie.spnetwork with parameters of type IsoPlayerModifier and TypeMethodDescriptionstatic void
SinglePlayerClient.sendClientCommand
(IsoPlayer isoPlayer, String string0, String string1, se.krka.kahlua.vm.KahluaTable kahluaTable) -
Uses of IsoPlayer in zombie.util
Methods in zombie.util that return IsoPlayerConstructors in zombie.util with parameters of type IsoPlayer -
Uses of IsoPlayer in zombie.vehicles
Methods in zombie.vehicles with parameters of type IsoPlayerModifier and TypeMethodDescriptionvoid
BaseVehicle.addAnimalFromHandsInTrailer
(IsoAnimal isoAnimal, IsoPlayer isoPlayer) void
BaseVehicle.addAnimalFromHandsInTrailer
(IsoDeadBody isoDeadBody, IsoPlayer isoPlayer) void
BaseVehicle.addPointConstraint
(IsoPlayer player, BaseVehicle vehicleB, String attachmentA, String attachmentB) void
BaseVehicle.addPointConstraint
(IsoPlayer player, BaseVehicle vehicleB, String attachmentA, String attachmentB, Boolean remote) void
BaseVehicle.authorizationClientCollide
(IsoPlayer driver) void
BaseVehicle.authorizationServerOnSeat
(IsoPlayer player, boolean enter) void
BaseVehicle.playPartSound
(VehiclePart part, IsoPlayer player, String animId) -
Uses of IsoPlayer in zombie.worldMap
Methods in zombie.worldMap with parameters of type IsoPlayerModifier and TypeMethodDescriptionWorldMapRemotePlayers.getOrCreatePlayer
(IsoPlayer isoPlayer) void