Class DefaultProperty.Item
java.lang.Object
johnsmith.configoverhauled.impl.core.state.DefaultProperty<net.minecraft.world.item.Item>
johnsmith.configoverhauled.impl.core.state.DefaultProperty.Item
- All Implemented Interfaces:
Property<net.minecraft.world.item.Item>
- Enclosing class:
DefaultProperty<T>
public static final class DefaultProperty.Item
extends DefaultProperty<net.minecraft.world.item.Item>
-
Nested Class Summary
Nested classes/interfaces inherited from class DefaultProperty
DefaultProperty.ARGBColor, DefaultProperty.Block, DefaultProperty.Blocks, DefaultProperty.Boolean, DefaultProperty.Bounded<T>, DefaultProperty.Double, DefaultProperty.Enum<E>, DefaultProperty.Float, DefaultProperty.Integer, DefaultProperty.Item, DefaultProperty.Items, DefaultProperty.List<E>, DefaultProperty.Long, DefaultProperty.RGBColor, DefaultProperty.StringNested classes/interfaces inherited from interface Property
Property.Listener -
Constructor Summary
ConstructorsConstructorDescriptionItem(String resourceName, Group group, ConfigScope scope, String comment, net.minecraft.world.item.Item defaultValue, boolean isDynamic) -
Method Summary
Methods inherited from class DefaultProperty
acceptAuthoritativeUpdate, addListener, appendDefaultValueComment, buildFormattedComment, codec, comment, decodeValueFromNbt, defaultValue, descriptionTranslationKey, encodeValueToNbt, equals, get, getUniqueId, hashCode, invalidate, isDynamic, load, notifyChange, onDisconnect, onSync, parentGroup, removeListener, resourceName, save, scope, set, translationKey, validate
-
Constructor Details
-
Item
public Item(String resourceName, Group group, ConfigScope scope, String comment, net.minecraft.world.item.Item defaultValue, boolean isDynamic)
-