Uses of Enum Class
org.geysermc.geyser.entity.attribute.GeyserAttributeType
Packages that use GeyserAttributeType
Package
Description
-
Uses of GeyserAttributeType in org.geysermc.geyser.entity.attribute
Methods in org.geysermc.geyser.entity.attribute that return GeyserAttributeTypeModifier and TypeMethodDescriptionstatic GeyserAttributeTypeReturns the enum constant of this class with the specified name.static GeyserAttributeType[]GeyserAttributeType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GeyserAttributeType in org.geysermc.geyser.entity.type
Methods in org.geysermc.geyser.entity.type with parameters of type GeyserAttributeTypeModifier and TypeMethodDescriptionprotected com.nukkitx.protocol.bedrock.data.AttributeDataLivingEntity.calculateAttribute(com.github.steveice10.mc.protocol.data.game.entity.attribute.Attribute javaAttribute, GeyserAttributeType type)Calculates the complete attribute value to send to Bedrock. -
Uses of GeyserAttributeType in org.geysermc.geyser.entity.type.player
Fields in org.geysermc.geyser.entity.type.player with type parameters of type GeyserAttributeTypeModifier and TypeFieldDescriptionprotected Map<GeyserAttributeType,com.nukkitx.protocol.bedrock.data.AttributeData>SessionPlayerEntity.attributesUsed to fix some inconsistencies, especially in respawning.Methods in org.geysermc.geyser.entity.type.player with parameters of type GeyserAttributeTypeModifier and TypeMethodDescriptionprotected com.nukkitx.protocol.bedrock.data.AttributeDataSessionPlayerEntity.calculateAttribute(com.github.steveice10.mc.protocol.data.game.entity.attribute.Attribute javaAttribute, GeyserAttributeType type)