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 - fn
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec<Heightmap.Type> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic Heightmap.TypegetHeightmap(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String id) private static Heightmap.Type[]static HeightmapArgumentTypeprotected StringtransformValueName(String name) Methods inherited from class net.minecraft.command.argument.EnumArgumentTypegetExamples, listSuggestions, parseMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mojang.brigadier.arguments.ArgumentTypeparse
- 
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- Lfn;a:Lcom/mojang/serialization/Codec;
 
 
- 
- 
Constructor Details- 
HeightmapArgumentTypeprivate 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- Lfn;b()[Lect$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- Lfn;a()Lfn;
 
- 
getHeightmappublic 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- Lfn;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lect$a;
 
- 
transformValueName- Overrides:
- transformValueNamein class- EnumArgumentType<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- Lgh;a(Ljava/lang/String;)Ljava/lang/String;
 
 
-