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_CODEC
private final List
<RedstoneWireOrientationsDebugPayload.Wire> RedstoneWireOrientationsDebugPayload.wires
The field for thewires
record 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 thewires
record 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 aRedstoneWireOrientationsDebugPayload
record class.