Uses of Class
com.comphenix.packetwrapper.wrappers.data.Vector3I
Packages that use Vector3I
Package
Description
-
Uses of Vector3I in com.comphenix.packetwrapper.wrappers.data
Methods in com.comphenix.packetwrapper.wrappers.data that return Vector3IModifier and TypeMethodDescriptionstatic Vector3I
Vector3I.newInstance
(int x, int y, int z) Vector3I.setX
(int x) Vector3I.setY
(int y) Vector3I.setZ
(int z) Methods in com.comphenix.packetwrapper.wrappers.data that return types with arguments of type Vector3IModifier and TypeMethodDescriptionstatic com.comphenix.protocol.reflect.EquivalentConverter<Vector3I>
Vector3I.getConverter()
-
Uses of Vector3I in com.comphenix.packetwrapper.wrappers.play.clientbound
Methods in com.comphenix.packetwrapper.wrappers.play.clientbound that return types with arguments of type Vector3IModifier and TypeMethodDescriptionWrapperPlayServerLogin.getLastDeathLocation()
Retrieves the value of field 'lastDeathLocation'WrapperPlayServerRespawn.getLastDeathLocation()
Retrieves the value of field 'lastDeathLocation'Methods in com.comphenix.packetwrapper.wrappers.play.clientbound with parameters of type Vector3IModifier and TypeMethodDescriptionvoid
WrapperPlayServerLogin.setLastDeathLocation
(Vector3I value) Sets the value of field 'lastDeathLocation'void
WrapperPlayServerRespawn.setLastDeathLocation
(Vector3I value) Sets the value of field 'lastDeathLocation' -
Uses of Vector3I in com.comphenix.packetwrapper.wrappers.play.serverbound
Methods in com.comphenix.packetwrapper.wrappers.play.serverbound that return Vector3IModifier and TypeMethodDescriptionWrapperPlayClientStruct.getSize()
Retrieves the value of field 'size'Methods in com.comphenix.packetwrapper.wrappers.play.serverbound with parameters of type Vector3I