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 SummaryFieldsModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec<Heightmap.Types>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.StringRepresentableArgumentgetExamples, listSuggestions, parse
- 
Field Details- 
LOWER_CASE_CODEC
 
- 
- 
Constructor Details- 
HeightmapTypeArgumentprivate HeightmapTypeArgument()
 
- 
- 
Method Details- 
keptTypes
- 
heightmap
- 
getHeightmappublic static Heightmap.Types getHeightmap(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_275445_, String p_275449_) 
- 
convertId- Overrides:
- convertIdin class- StringRepresentableArgument<Heightmap.Types>
 
 
-