Uses of Enum Class
net.minecraft.client.realms.dto.WorldTemplate.WorldTemplateType
Packages that use WorldTemplate.WorldTemplateType
-
Uses of WorldTemplate.WorldTemplateType in net.minecraft.client.realms.dto
Fields in net.minecraft.client.realms.dto declared as WorldTemplate.WorldTemplateTypeModifier and TypeFieldDescriptionprivate final WorldTemplate.WorldTemplateTypeWorldTemplate.typeThe field for thetyperecord component.Methods in net.minecraft.client.realms.dto that return WorldTemplate.WorldTemplateTypeModifier and TypeMethodDescriptionWorldTemplate.type()Returns the value of thetyperecord component.Returns the enum constant of this class with the specified name.static WorldTemplate.WorldTemplateType[]WorldTemplate.WorldTemplateType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.realms.dto with parameters of type WorldTemplate.WorldTemplateTypeModifierConstructorDescriptionWorldTemplate(String id, String name, String version, String author, String link, @Nullable String image, String trailer, String recommendedPlayers, WorldTemplate.WorldTemplateType type) Creates an instance of aWorldTemplaterecord class.