Uses of Interface
net.minecraft.util.StringRepresentable
Package
Description
-
Uses of StringRepresentable in com.mojang.math
-
Uses of StringRepresentable in net.minecraft.advancements.critereon
Modifier and TypeMethodDescription<T extends Comparable<T> & StringRepresentable>
StatePropertiesPredicate.BuilderStatePropertiesPredicate.Builder.hasProperty
(Property<T> p_67698_, T p_67699_) -
Uses of StringRepresentable in net.minecraft.core
-
Uses of StringRepresentable in net.minecraft.data.loot
Modifier and TypeMethodDescriptionprotected static <T extends Comparable<T> & StringRepresentable>
LootTable.BuilderBlockLoot.createSinglePropConditionTable
(Block p_124162_, Property<T> p_124163_, T p_124164_) -
Uses of StringRepresentable in net.minecraft.util
Modifier and TypeMethodDescriptionstatic <E extends Enum<E> & StringRepresentable>
com.mojang.serialization.Codec<E>Modifier and TypeMethodDescriptionstatic com.mojang.serialization.Keyable
StringRepresentable.keys
(StringRepresentable[] p_14358_) -
Uses of StringRepresentable in net.minecraft.world.entity
-
Uses of StringRepresentable in net.minecraft.world.item
-
Uses of StringRepresentable in net.minecraft.world.level.biome
Modifier and TypeClassDescriptionstatic enum
static enum
static enum
static enum
protected static enum
-
Uses of StringRepresentable in net.minecraft.world.level.block.entity
-
Uses of StringRepresentable in net.minecraft.world.level.block.state.properties
Modifier and TypeClassDescriptionenum
enum
enum
enum
enum
enum
enum
enum
enum
enum
enum
enum
enum
enum
enum
enum
enum
enum
enum
enum
Modifier and TypeMethodDescriptionstatic <T extends Enum<T> & StringRepresentable>
EnumProperty<T>static <T extends Enum<T> & StringRepresentable>
EnumProperty<T>EnumProperty.create
(String p_61591_, Class<T> p_61592_, Collection<T> p_61593_) static <T extends Enum<T> & StringRepresentable>
EnumProperty<T>static <T extends Enum<T> & StringRepresentable>
EnumProperty<T> -
Uses of StringRepresentable in net.minecraft.world.level.levelgen
Modifier and TypeClassDescription(package private) static enum
(package private) static enum
static enum
Deprecated.static enum
static enum
static enum
static enum
-
Uses of StringRepresentable in net.minecraft.world.level.levelgen.feature
Modifier and TypeClassDescriptionstatic enum
static enum
-
Uses of StringRepresentable in net.minecraft.world.level.levelgen.placement
-
Uses of StringRepresentable in net.minecraft.world.level.levelgen.structure
Modifier and TypeClassDescriptionstatic enum
static enum
-
Uses of StringRepresentable in net.minecraft.world.level.levelgen.structure.placement
-
Uses of StringRepresentable in net.minecraft.world.level.levelgen.structure.pools
-
Uses of StringRepresentable in net.minecraftforge.common
Modifier and TypeMethodDescriptionstatic <E extends Enum<E> & StringRepresentable>
com.mojang.serialization.Codec<E>IExtensibleEnum.createCodecForExtensibleEnum
(Supplier<E[]> valuesSupplier, Function<? super String, ? extends E> enumValueFromNameFunction) Use this instead offromEnum(Supplier, Function)
for extensible enums because this not cache the enum values on construction