Uses of Enum Class
com.comphenix.packetwrapper.wrappers.play.clientbound.WrapperPlayServerLookAt.Anchor
Packages that use WrapperPlayServerLookAt.Anchor
-
Uses of WrapperPlayServerLookAt.Anchor in com.comphenix.packetwrapper.wrappers.play.clientbound
Methods in com.comphenix.packetwrapper.wrappers.play.clientbound that return WrapperPlayServerLookAt.AnchorModifier and TypeMethodDescriptionWrapperPlayServerLookAt.getFromAnchor()
Retrieves the value of field 'fromAnchor'WrapperPlayServerLookAt.getToAnchor()
Retrieves the value of field 'toAnchor'Returns the enum constant of this class with the specified name.static WrapperPlayServerLookAt.Anchor[]
WrapperPlayServerLookAt.Anchor.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.comphenix.packetwrapper.wrappers.play.clientbound with parameters of type WrapperPlayServerLookAt.AnchorModifier and TypeMethodDescriptionvoid
WrapperPlayServerLookAt.setFromAnchor
(WrapperPlayServerLookAt.Anchor value) Sets the value of field 'fromAnchor'void
WrapperPlayServerLookAt.setToAnchor
(WrapperPlayServerLookAt.Anchor value) Sets the value of field 'toAnchor'