Uses of Record Class
net.minecraft.network.protocol.common.custom.RedstoneWireOrientationsDebugPayload.Wire
Packages that use RedstoneWireOrientationsDebugPayload.Wire
-
Uses of RedstoneWireOrientationsDebugPayload.Wire in net.minecraft.network.protocol.common.custom
Fields in net.minecraft.network.protocol.common.custom with type parameters of type RedstoneWireOrientationsDebugPayload.WireModifier and TypeFieldDescriptionstatic final StreamCodec<io.netty.buffer.ByteBuf, RedstoneWireOrientationsDebugPayload.Wire> RedstoneWireOrientationsDebugPayload.Wire.STREAM_CODECprivate final List<RedstoneWireOrientationsDebugPayload.Wire> RedstoneWireOrientationsDebugPayload.wiresThe field for thewiresrecord component.Methods in net.minecraft.network.protocol.common.custom that return types with arguments of type RedstoneWireOrientationsDebugPayload.WireModifier and TypeMethodDescriptionRedstoneWireOrientationsDebugPayload.wires()Returns the value of thewiresrecord component.Constructor parameters in net.minecraft.network.protocol.common.custom with type arguments of type RedstoneWireOrientationsDebugPayload.WireModifierConstructorDescriptionRedstoneWireOrientationsDebugPayload(long time, List<RedstoneWireOrientationsDebugPayload.Wire> wires) Creates an instance of aRedstoneWireOrientationsDebugPayloadrecord class.