Uses of Record Class
net.minecraft.network.packet.s2c.custom.DebugRedstoneUpdateOrderCustomPayload
Packages that use DebugRedstoneUpdateOrderCustomPayload
Package
Description
The base package for all Minecraft classes.
-
Uses of DebugRedstoneUpdateOrderCustomPayload in net.minecraft
Fields in net.minecraft with type parameters of type DebugRedstoneUpdateOrderCustomPayloadModifier and TypeFieldDescriptionprivate final List<DebugRedstoneUpdateOrderCustomPayload> class_9987.field_53176Methods in net.minecraft with parameters of type DebugRedstoneUpdateOrderCustomPayloadModifier and TypeMethodDescriptionvoidclass_9987.method_62352(DebugRedstoneUpdateOrderCustomPayload debugRedstoneUpdateOrderCustomPayload) -
Uses of DebugRedstoneUpdateOrderCustomPayload in net.minecraft.network.packet.s2c.custom
Fields in net.minecraft.network.packet.s2c.custom with type parameters of type DebugRedstoneUpdateOrderCustomPayloadModifier and TypeFieldDescriptionstatic final CustomPayload.Id<DebugRedstoneUpdateOrderCustomPayload> DebugRedstoneUpdateOrderCustomPayload.IDstatic final PacketCodec<PacketByteBuf, DebugRedstoneUpdateOrderCustomPayload> DebugRedstoneUpdateOrderCustomPayload.PACKET_CODECMethods in net.minecraft.network.packet.s2c.custom that return types with arguments of type DebugRedstoneUpdateOrderCustomPayload -
Uses of DebugRedstoneUpdateOrderCustomPayload in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type DebugRedstoneUpdateOrderCustomPayloadModifier and TypeMethodDescriptionstatic voidDebugInfoSender.sendRedstoneUpdateOrder(World world, DebugRedstoneUpdateOrderCustomPayload payload)