Class BlockPosSetting
java.lang.Object
meteordevelopment.meteorclient.settings.Setting<net.minecraft.util.math.BlockPos>
meteordevelopment.meteorclient.settings.BlockPosSetting
- All Implemented Interfaces:
IGetter<net.minecraft.util.math.BlockPos>,ISerializable<net.minecraft.util.math.BlockPos>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class meteordevelopment.meteorclient.settings.Setting
Setting.SettingBuilder<B,V, S> -
Field Summary
Fields inherited from class meteordevelopment.meteorclient.settings.Setting
defaultValue, description, lastWasVisible, module, name, onModuleActivated, title, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisValueValid(net.minecraft.util.math.BlockPos value) protected net.minecraft.util.math.BlockPosload(net.minecraft.nbt.NbtCompound tag) protected net.minecraft.util.math.BlockPosprotected net.minecraft.nbt.NbtCompoundsave(net.minecraft.nbt.NbtCompound tag) Methods inherited from class meteordevelopment.meteorclient.settings.Setting
equals, fromTag, get, getDefaultValue, getIdentifierSuggestions, getSuggestions, hashCode, isVisible, onActivated, onChanged, parse, parseId, reset, resetImpl, set, toString, toTag, wasChanged
-
Constructor Details
-
BlockPosSetting
-
-
Method Details
-
parseImpl
-
isValueValid
protected boolean isValueValid(net.minecraft.util.math.BlockPos value) - Specified by:
isValueValidin classSetting<net.minecraft.util.math.BlockPos>
-
save
protected net.minecraft.nbt.NbtCompound save(net.minecraft.nbt.NbtCompound tag) -
load
protected net.minecraft.util.math.BlockPos load(net.minecraft.nbt.NbtCompound tag)
-