Uses of Class
net.minecraft.network.packet.c2s.play.ResourcePackStatusC2SPacket.Status
| Package | Description |
|---|---|
| net.minecraft.client.network | |
| net.minecraft.network.packet.c2s.play |
-
Uses of ResourcePackStatusC2SPacket.Status in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type ResourcePackStatusC2SPacket.Status Modifier and Type Method Description private voidClientPlayNetworkHandler. sendResourcePackStatus(ResourcePackStatusC2SPacket.Status packStatus) -
Uses of ResourcePackStatusC2SPacket.Status in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as ResourcePackStatusC2SPacket.Status Modifier and Type Field Description private ResourcePackStatusC2SPacket.StatusResourcePackStatusC2SPacket. statusMethods in net.minecraft.network.packet.c2s.play that return ResourcePackStatusC2SPacket.Status Modifier and Type Method Description ResourcePackStatusC2SPacket.StatusResourcePackStatusC2SPacket. getStatus()static ResourcePackStatusC2SPacket.StatusResourcePackStatusC2SPacket.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourcePackStatusC2SPacket.Status[]ResourcePackStatusC2SPacket.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.network.packet.c2s.play with parameters of type ResourcePackStatusC2SPacket.Status Constructor Description ResourcePackStatusC2SPacket(ResourcePackStatusC2SPacket.Status status)