Class BlockPosValueConverter
java.lang.Object
net.neoforged.neoforge.gametest.BlockPosValueConverter
- All Implemented Interfaces:
joptsimple.ValueConverter<BlockPos>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConverts the given string value into a Java type.Gives a string that describes the pattern of the values this converter expects, if any.Gives the class of the type of values this converter converts to.
-
Constructor Details
-
BlockPosValueConverter
public BlockPosValueConverter()
-
-
Method Details
-
convert
-
valueType
-
valuePattern
Description copied from interface:joptsimple.ValueConverterGives a string that describes the pattern of the values this converter expects, if any. For example, a date converter can respond with adate format string.- Specified by:
valuePatternin interfacejoptsimple.ValueConverter<BlockPos>- Returns:
- a value pattern, or
nullif there's nothing interesting here
-