Uses of Annotation Interface
com.comphenix.packetwrapper.util.UtilityMethod
Packages that use UtilityMethod
-
Uses of UtilityMethod in com.comphenix.packetwrapper.wrappers.play.clientbound
Methods in com.comphenix.packetwrapper.wrappers.play.clientbound with annotations of type UtilityMethodModifier and TypeMethodDescriptioncom.comphenix.protocol.wrappers.WrappedChatComponent
WrapperPlayServerSystemChat.getContentComponent()
Gets the content of the system message as a chat componentorg.bukkit.Location
WrapperPlayServerNamedEntitySpawn.getLocation
(org.bukkit.World world) WrapperPlayServerScoreboardObjective.getMethodEnum()
Retrieves the method for this operationWrapperPlayServerScoreboardTeam.getMethodEnum()
Retrieves the type of this operationfloat
WrapperPlayServerEntityHeadRotation.getYHeadRotAngle()
Gets the rotation of the head in degrees between 0.0 deg and 1.0 deg.boolean
WrapperPlayServerEntityEffect.isAmbient()
boolean
WrapperPlayServerEntityEffect.isShowIcon()
boolean
WrapperPlayServerEntityEffect.isShowParticles()
void
WrapperPlayServerAnimation.setAction
(WrapperPlayServerAnimation.Animation value) Sets the animationvoid
WrapperPlayServerEntityEffect.setAmbient
(boolean ambient) void
WrapperPlayServerSystemChat.setContentComponent
(com.comphenix.protocol.wrappers.WrappedChatComponent component) Sets the content of the system messagevoid
WrapperPlayServerNamedEntitySpawn.setLocation
(org.bukkit.Location location) void
WrapperPlayServerScoreboardObjective.setMethodEnum
(WrapperPlayServerScoreboardObjective.Method value) Sets the method for this operationvoid
WrapperPlayServerScoreboardTeam.setMethodEnum
(WrapperPlayServerScoreboardTeam.Method method) Sets the type of this operationvoid
WrapperPlayServerEntityEffect.setShowIcon
(boolean showIcon) void
WrapperPlayServerEntityEffect.setShowParticles
(boolean showParticles) void
WrapperPlayServerEntityHeadRotation.setYHeadRotAngle
(float newAngle) Sets the rotation of the head in degrees between 0.0 deg and 1.0 deg.