com.mojang.realmsclient.dto

public record RealmsSlotUpdateDto

implements ReflectionBasedSerialization

gbl
com.mojang.realmsclient.dto.RealmsSlotUpdateDto
net.minecraft.class_11308
net.minecraft.client.realms.dto.RealmsOptionsDto
net.minecraft.src.C_398479_

字段概要

修饰符与类型字段
private final int
a
slotId
comp_5012
slotId
f_398755_
private final int
b
spawnProtection
comp_5013
spawnProtection
f_400167_
private final boolean
c
forceGameMode
comp_5014
forceGameMode
f_399205_
private final int
d
difficulty
comp_5015
difficulty
f_400458_
private final int
e
gameMode
comp_5016
gameMode
f_399782_
private final String
f
slotName
comp_5017
slotName
f_398804_
private final String
g
version
comp_5018
version
f_399446_
private final RealmsServer$Compatibility
h
compatibility
comp_5019
compatibility
f_400173_
private final long
i
templateId
comp_5020
worldTemplateId
f_398915_
private final String
j
templateImage
comp_5021
worldTemplateImage
f_398718_
private final boolean
k
hardcore
comp_5022
hardcore
f_400148_

构造函数概要

修饰符构造函数
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)

方法概要

修饰符与类型方法
public int
a()
slotId()
comp_5012()
slotId()
f_398755_()
public int
b()
spawnProtection()
comp_5013()
spawnProtection()
f_400167_()
public boolean
c()
forceGameMode()
comp_5014()
forceGameMode()
f_399205_()
public int
d()
difficulty()
comp_5015()
difficulty()
f_400458_()
public int
e()
gameMode()
comp_5016()
gameMode()
f_399782_()
public String
f()
slotName()
comp_5017()
slotName()
f_398804_()
public String
g()
version()
comp_5018()
version()
f_399446_()
public RealmsServer$Compatibility
h()
compatibility()
comp_5019()
compatibility()
f_400173_()
public long
i()
templateId()
comp_5020()
worldTemplateId()
f_398915_()
public String
j()
templateImage()
comp_5021()
worldTemplateImage()
f_398718_()
public boolean
k()
hardcore()
comp_5022()
hardcore()
f_400148_()