Class EnchantEffectComponentTypes
java.lang.Object
com.github.retrooper.packetevents.protocol.component.EnchantEffectComponentTypes
Contains all enchantment effect component types.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> static ComponentType
<NBT> -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ComponentType
<T> static <T> ComponentType
<T> define
(String key, @Nullable ComponentType.Decoder<T> reader, @Nullable ComponentType.Encoder<T> writer) static VersionedRegistry
<ComponentType<?>>
-
Field Details
-
DAMAGE_PROTECTION
-
DAMAGE_IMMUNITY
-
DAMAGE
-
SMASH_DAMAGE_PER_FALLEN_BLOCK
-
KNOCKBACK
-
ARMOR_EFFECTIVENESS
-
POST_ATTACK
-
HIT_BLOCK
-
ITEM_DAMAGE
-
ATTRIBUTES
-
EQUIPMENT_DROPS
-
LOCATION_CHANGED
-
TICK
-
AMMO_USE
-
PROJECTILE_PIERCING
-
PROJECTILE_SPAWNED
-
PROJECTILE_SPREAD
-
PROJECTILE_COUNT
-
TRIDENT_RETURN_ACCELERATION
-
FISHING_TIME_REDUCTION
-
FISHING_LUCK_BONUS
-
BLOCK_EXPERIENCE
-
MOB_EXPERIENCE
-
REPAIR_WITH_XP
-
CROSSBOW_CHARGE_TIME
-
CROSSBOW_CHARGING_SOUNDS
-
TRIDENT_SOUND
-
PREVENT_EQUIPMENT_DROP
-
PREVENT_ARMOR_CHANGE
-
TRIDENT_SPIN_ATTACK_STRENGTH
-
-
Method Details
-
define
-
define
@Internal public static <T> ComponentType<T> define(String key, @Nullable @Nullable ComponentType.Decoder<T> reader, @Nullable @Nullable ComponentType.Encoder<T> writer) -
getRegistry
-