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.WrappedChatComponentWrapperPlayServerSystemChat.getContentComponent()Gets the content of the system message as a chat componentorg.bukkit.LocationWrapperPlayServerNamedEntitySpawn.getLocation(org.bukkit.World world) WrapperPlayServerScoreboardObjective.getMethodEnum()Retrieves the method for this operationWrapperPlayServerScoreboardTeam.getMethodEnum()Retrieves the type of this operationfloatWrapperPlayServerEntityHeadRotation.getYHeadRotAngle()Gets the rotation of the head in degrees between 0.0 deg and 1.0 deg.booleanWrapperPlayServerEntityEffect.isAmbient()booleanWrapperPlayServerEntityEffect.isShowIcon()booleanWrapperPlayServerEntityEffect.isShowParticles()voidWrapperPlayServerAnimation.setAction(WrapperPlayServerAnimation.Animation value) Sets the animationvoidWrapperPlayServerEntityEffect.setAmbient(boolean ambient) voidWrapperPlayServerSystemChat.setContentComponent(com.comphenix.protocol.wrappers.WrappedChatComponent component) Sets the content of the system messagevoidWrapperPlayServerNamedEntitySpawn.setLocation(org.bukkit.Location location) voidWrapperPlayServerScoreboardObjective.setMethodEnum(WrapperPlayServerScoreboardObjective.Method value) Sets the method for this operationvoidWrapperPlayServerScoreboardTeam.setMethodEnum(WrapperPlayServerScoreboardTeam.Method method) Sets the type of this operationvoidWrapperPlayServerEntityEffect.setShowIcon(boolean showIcon) voidWrapperPlayServerEntityEffect.setShowParticles(boolean showParticles) voidWrapperPlayServerEntityHeadRotation.setYHeadRotAngle(float newAngle) Sets the rotation of the head in degrees between 0.0 deg and 1.0 deg.