Interface VillagerType
- All Superinterfaces:
net.kyori.adventure.key.Keyed,ProtocolObject,StaticProtocolObject
- All Known Implementing Classes:
VillagerTypeImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VillagerTypestatic final VillagerTypestatic final VillagerTypestatic final VillagerTypestatic final VillagerTypestatic final VillagerTypestatic final VillagerType -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable VillagerTypefromId(int id) static @Nullable VillagerTypefromNamespaceId(@NotNull String namespaceID) static @Nullable VillagerTypefromNamespaceId(@NotNull NamespaceID namespaceID) default @NotNull net.kyori.adventure.key.Keykey()default @NotNull NamespaceIDregistry()static @NotNull Collection<@NotNull VillagerType> values()Methods inherited from interface net.minestom.server.registry.ProtocolObject
nameMethods inherited from interface net.minestom.server.registry.StaticProtocolObject
id
-
Field Details
-
DESERT
-
JUNGLE
-
PLAINS
-
SAVANNA
-
SNOW
-
SWAMP
-
TAIGA
-
-
Method Details
-
values
-
fromNamespaceId
-
fromNamespaceId
-
fromId
-
key
@NotNull default @NotNull net.kyori.adventure.key.Key key()- Specified by:
keyin interfacenet.kyori.adventure.key.Keyed- Specified by:
keyin interfaceProtocolObject
-
registry
-
namespace
- Specified by:
namespacein interfaceProtocolObject
-