Package net.minecraft.command.argument
Class HeightmapArgumentType
java.lang.Object
net.minecraft.command.argument.EnumArgumentType<Heightmap.Type>
net.minecraft.command.argument.HeightmapArgumentType
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<Heightmap.Type>
- Mappings:
Namespace Name named net/minecraft/command/argument/HeightmapArgumentType
intermediary net/minecraft/class_8199
official fj
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec
<Heightmap.Type> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Heightmap.Type
getHeightmap
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String id) private static Heightmap.Type[]
static HeightmapArgumentType
protected String
transformValueName
(String name) Methods inherited from class net.minecraft.command.argument.EnumArgumentType
getExamples, listSuggestions, parse
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.mojang.brigadier.arguments.ArgumentType
parse
-
Field Details
-
HEIGHTMAP_CODEC
- Mappings:
Namespace Name Mixin selector named HEIGHTMAP_CODEC
Lnet/minecraft/command/argument/HeightmapArgumentType;HEIGHTMAP_CODEC:Lcom/mojang/serialization/Codec;
intermediary field_42994
Lnet/minecraft/class_8199;field_42994:Lcom/mojang/serialization/Codec;
official a
Lfj;a:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
HeightmapArgumentType
private HeightmapArgumentType()
-
-
Method Details
-
getHeightmapTypes
- Mappings:
Namespace Name Mixin selector named getHeightmapTypes
Lnet/minecraft/command/argument/HeightmapArgumentType;getHeightmapTypes()[Lnet/minecraft/world/Heightmap$Type;
intermediary method_49546
Lnet/minecraft/class_8199;method_49546()[Lnet/minecraft/class_2902$class_2903;
official b
Lfj;b()[Ldyy$a;
-
heightmap
- Mappings:
Namespace Name Mixin selector named heightmap
Lnet/minecraft/command/argument/HeightmapArgumentType;heightmap()Lnet/minecraft/command/argument/HeightmapArgumentType;
intermediary method_49542
Lnet/minecraft/class_8199;method_49542()Lnet/minecraft/class_8199;
official a
Lfj;a()Lfj;
-
getHeightmap
public static Heightmap.Type getHeightmap(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String id) - Mappings:
Namespace Name Mixin selector named getHeightmap
Lnet/minecraft/command/argument/HeightmapArgumentType;getHeightmap(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/world/Heightmap$Type;
intermediary method_49544
Lnet/minecraft/class_8199;method_49544(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_2902$class_2903;
official a
Lfj;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ldyy$a;
-
transformValueName
- Overrides:
transformValueName
in classEnumArgumentType<Heightmap.Type>
- Mappings:
Namespace Name Mixin selector named transformValueName
Lnet/minecraft/command/argument/EnumArgumentType;transformValueName(Ljava/lang/String;)Ljava/lang/String;
intermediary method_49545
Lnet/minecraft/class_7485;method_49545(Ljava/lang/String;)Ljava/lang/String;
official a
Lgd;a(Ljava/lang/String;)Ljava/lang/String;
-