Uses of Class
zombie.iso.areas.SafeHouse
Packages that use SafeHouse
-
Uses of SafeHouse in zombie.iso.areas
Methods in zombie.iso.areas that return SafeHouseModifier and TypeMethodDescriptionstatic SafeHouse
SafeHouse.addSafeHouse
(int int0, int int1, int int2, int int3, String string) static SafeHouse
SafeHouse.addSafeHouse
(IsoGridSquare square, IsoPlayer player) SafeHouse.alreadyHaveSafehouse
(String username) SafeHouse.alreadyHaveSafehouse
(IsoPlayer player) static SafeHouse
SafeHouse.getSafeHouse
(int int0) static SafeHouse
SafeHouse.getSafeHouse
(int _x, int _y, int _w, int _h) static SafeHouse
SafeHouse.getSafeHouse
(String string) static SafeHouse
SafeHouse.getSafeHouse
(IsoGridSquare square) static SafeHouse
SafeHouse.getSafehouseByOwner
(String string) static SafeHouse
SafeHouse.getSafehouseOverlapping
(int int3, int int1, int int2, int int0) static SafeHouse
SafeHouse.getSafehouseOverlapping
(int int3, int int1, int int2, int int0, SafeHouse safeHouse1) static SafeHouse
SafeHouse.hasSafehouse
(String username) static SafeHouse
SafeHouse.hasSafehouse
(IsoPlayer player) static SafeHouse
SafeHouse.isSafeHouse
(IsoGridSquare square, String username, boolean doDisableSafehouse) Return if the square is a safehouse non allowed for the player You need to be on a safehouse AND not be allowed to return the safe If you're allowed, you'll have null in return If username is null, you basically just return if there's a safehouse herestatic SafeHouse
SafeHouse.load
(ByteBuffer bb, int WorldVersion) Methods in zombie.iso.areas that return types with arguments of type SafeHouseMethods in zombie.iso.areas with parameters of type SafeHouseModifier and TypeMethodDescriptionstatic SafeHouse
SafeHouse.getSafehouseOverlapping
(int int3, int int1, int int2, int int0, SafeHouse safeHouse1) static boolean
SafeHouse.isSafehouseAllowClaim
(SafeHouse safeHouse, IsoPlayer isoPlayer) static void
SafeHouse.removeSafeHouse
(SafeHouse safeHouse) -
Uses of SafeHouse in zombie.Lua
Methods in zombie.Lua with parameters of type SafeHouseModifier and TypeMethodDescriptionstatic void
LuaManager.GlobalObject.acceptSafehouseInvite
(SafeHouse safeHouse, String string, IsoPlayer isoPlayer) static void
LuaManager.GlobalObject.sendSafehouseChangeMember
(SafeHouse safeHouse, String string) static void
LuaManager.GlobalObject.sendSafehouseChangeOwner
(SafeHouse safeHouse, String string) static void
LuaManager.GlobalObject.sendSafehouseChangeRespawn
(SafeHouse safeHouse, String string, boolean boolean0) static void
LuaManager.GlobalObject.sendSafehouseChangeTitle
(SafeHouse safeHouse, String string) static void
LuaManager.GlobalObject.sendSafehouseInvite
(SafeHouse safehouse, IsoPlayer host, String invited) static void
LuaManager.GlobalObject.sendSafehouseRelease
(SafeHouse safeHouse) -
Uses of SafeHouse in zombie.network.anticheats
Methods in zombie.network.anticheats that return SafeHouse -
Uses of SafeHouse in zombie.network.fields
Methods in zombie.network.fields that return SafeHouseMethods in zombie.network.fields with parameters of type SafeHouse