Package net.minecraft.commands.arguments
Class HeightmapTypeArgument
java.lang.Object
net.minecraft.commands.arguments.StringRepresentableArgument<Heightmap.Types>
net.minecraft.commands.arguments.HeightmapTypeArgument
- All Implemented Interfaces:
 com.mojang.brigadier.arguments.ArgumentType<Heightmap.Types>
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec<Heightmap.Types> - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected Stringstatic Heightmap.TypesgetHeightmap(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_275445_, String p_275449_) static HeightmapTypeArgumentprivate static Heightmap.Types[]Methods inherited from class net.minecraft.commands.arguments.StringRepresentableArgument
getExamples, listSuggestions, parse 
- 
Field Details
- 
LOWER_CASE_CODEC
 
 - 
 - 
Constructor Details
- 
HeightmapTypeArgument
private HeightmapTypeArgument() 
 - 
 - 
Method Details
- 
keptTypes
 - 
heightmap
 - 
getHeightmap
public static Heightmap.Types getHeightmap(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_275445_, String p_275449_)  - 
convertId
- Overrides:
 convertIdin classStringRepresentableArgument<Heightmap.Types>
 
 -