Uses of Class
net.minecraft.network.NetworkState.class_8698
Packages that use NetworkState.class_8698
-
Uses of NetworkState.class_8698 in net.minecraft
Fields in net.minecraft with type parameters of type NetworkState.class_8698Modifier and TypeFieldDescriptionprivate final AttributeKey<NetworkState.class_8698<?>>class_8699.field_45680private final AttributeKey<NetworkState.class_8698<?>>class_8699.field_45681Method parameters in net.minecraft with type arguments of type NetworkState.class_8698Modifier and TypeMethodDescriptionprivate static voidclass_8699.method_53009(ChannelHandlerContext channelHandlerContext, Packet<?> packet, List<Object> list, AttributeKey<NetworkState.class_8698<?>> attributeKey) static voidclass_8700.method_53011(Attribute<NetworkState.class_8698<?>> attribute, Packet<?> packet) Constructor parameters in net.minecraft with type arguments of type NetworkState.class_8698ModifierConstructorDescriptionclass_8699(AttributeKey<NetworkState.class_8698<?>> attributeKey, AttributeKey<NetworkState.class_8698<?>> attributeKey2) -
Uses of NetworkState.class_8698 in net.minecraft.network
Fields in net.minecraft.network with type parameters of type NetworkState.class_8698Modifier and TypeFieldDescriptionstatic final AttributeKey<NetworkState.class_8698<?>>ClientConnection.field_45666static final AttributeKey<NetworkState.class_8698<?>>ClientConnection.field_45667private final AttributeKey<NetworkState.class_8698<?>>DecoderHandler.field_45677private final AttributeKey<NetworkState.class_8698<?>>PacketEncoder.field_45678private final Map<NetworkSide,NetworkState.class_8698<?>> NetworkState.packetHandlersMethods in net.minecraft.network that return NetworkState.class_8698Methods in net.minecraft.network that return types with arguments of type NetworkState.class_8698Modifier and TypeMethodDescriptionprivate static AttributeKey<NetworkState.class_8698<?>>ClientConnection.method_52908(NetworkSide networkSide) NetworkState.PacketHandlerInitializer.method_52930(NetworkState networkState) Constructor parameters in net.minecraft.network with type arguments of type NetworkState.class_8698ModifierConstructorDescriptionDecoderHandler(AttributeKey<NetworkState.class_8698<?>> attributeKey) PacketEncoder(AttributeKey<NetworkState.class_8698<?>> attributeKey)