com.mojang.realmsclient.dto

public record RealmsSlotUpdateDto

implements ReflectionBasedSerialization

gad
com.mojang.realmsclient.dto.RealmsSlotUpdateDto
net.minecraft.class_11308
net.minecraft.client.realms.dto.RealmsOptionsDto

Field summary

Modifier and TypeField
private final int
a
slotId
comp_5012
slotId
private final int
b
spawnProtection
comp_5013
spawnProtection
private final boolean
c
forceGameMode
comp_5014
forceGameMode
private final int
d
difficulty
comp_5015
difficulty
private final int
e
gameMode
comp_5016
gameMode
private final String
f
slotName
comp_5017
slotName
private final String
g
version
comp_5018
version
private final RealmsServer$Compatibility
h
compatibility
comp_5019
compatibility
private final long
i
templateId
comp_5020
worldTemplateId
private final String
j
templateImage
comp_5021
worldTemplateImage
private final boolean
k
hardcore
comp_5022
hardcore

Constructor summary

ModifierConstructor
public (int slotId, RealmsWorldOptions options, boolean hardcore)
public (int slotId, int spawnProtection, boolean forceGameMode, int difficulty, int gameMode, String slotName, String version, RealmsServer$Compatibility compatibility, long worldTemplateId, String worldTemplateImage, boolean hardcore)

Method summary

Modifier and TypeMethod
public int
a()
slotId()
comp_5012()
slotId()
public int
b()
spawnProtection()
comp_5013()
spawnProtection()
public boolean
c()
forceGameMode()
comp_5014()
forceGameMode()
public int
d()
difficulty()
comp_5015()
difficulty()
public int
e()
gameMode()
comp_5016()
gameMode()
public String
f()
slotName()
comp_5017()
slotName()
public String
g()
version()
comp_5018()
version()
public RealmsServer$Compatibility
h()
compatibility()
comp_5019()
compatibility()
public long
i()
templateId()
comp_5020()
worldTemplateId()
public String
j()
templateImage()
comp_5021()
worldTemplateImage()
public boolean
k()
hardcore()
comp_5022()
hardcore()