Class PacketEventsPacketAdapter.Lazy
java.lang.Object
com.github.juliarn.npclib.bukkit.protocol.PacketEventsPacketAdapter.Lazy
- Enclosing class:
PacketEventsPacketAdapter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final EnumSet<com.github.retrooper.packetevents.wrapper.play.server.WrapperPlayServerPlayerInfoUpdate.Action> private static final EnumMap<com.github.juliarn.npclib.api.protocol.enums.EntityAnimation, com.github.retrooper.packetevents.wrapper.play.server.WrapperPlayServerEntityAnimation.EntityAnimationType> private static final Map<Type, com.github.retrooper.packetevents.protocol.entity.data.EntityDataType<?>> private static final EnumMap<com.github.juliarn.npclib.api.protocol.enums.EntityPose, com.github.retrooper.packetevents.protocol.entity.pose.EntityPose> private static final EnumMap<com.github.retrooper.packetevents.protocol.player.InteractionHand, com.github.juliarn.npclib.api.event.InteractNpcEvent.Hand> private static final EnumMap<com.github.juliarn.npclib.api.protocol.enums.ItemSlot, com.github.retrooper.packetevents.protocol.player.EquipmentSlot> private static final EnumMap<com.github.juliarn.npclib.api.protocol.enums.PlayerInfoAction, com.github.retrooper.packetevents.wrapper.play.server.WrapperPlayServerPlayerInfo.Action> private static final Map<Type, BiFunction<com.github.juliarn.npclib.api.PlatformVersionAccessor, Object, Map.Entry<Type, Object>>> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ITEM_SLOT_CONVERTER
private static final EnumMap<com.github.juliarn.npclib.api.protocol.enums.ItemSlot,com.github.retrooper.packetevents.protocol.player.EquipmentSlot> ITEM_SLOT_CONVERTER -
HAND_CONVERTER
private static final EnumMap<com.github.retrooper.packetevents.protocol.player.InteractionHand,com.github.juliarn.npclib.api.event.InteractNpcEvent.Hand> HAND_CONVERTER -
PLAYER_INFO_ACTION_CONVERTER
private static final EnumMap<com.github.juliarn.npclib.api.protocol.enums.PlayerInfoAction,com.github.retrooper.packetevents.wrapper.play.server.WrapperPlayServerPlayerInfo.Action> PLAYER_INFO_ACTION_CONVERTER -
ENTITY_ANIMATION_CONVERTER
private static final EnumMap<com.github.juliarn.npclib.api.protocol.enums.EntityAnimation,com.github.retrooper.packetevents.wrapper.play.server.WrapperPlayServerEntityAnimation.EntityAnimationType> ENTITY_ANIMATION_CONVERTER -
ENTITY_POSE_CONVERTER
private static final EnumMap<com.github.juliarn.npclib.api.protocol.enums.EntityPose,com.github.retrooper.packetevents.protocol.entity.pose.EntityPose> ENTITY_POSE_CONVERTER -
ENTITY_DATA_TYPE_LOOKUP
-
SERIALIZER_CONVERTERS
-
ADD_ACTIONS
private static final EnumSet<com.github.retrooper.packetevents.wrapper.play.server.WrapperPlayServerPlayerInfoUpdate.Action> ADD_ACTIONS
-
-
Constructor Details
-
Lazy
private Lazy()
-