Uses of Interface
net.minecraft.util.StringRepresentable
Packages that use StringRepresentable
Package
Description
-
Uses of StringRepresentable in com.mojang.math
Classes in com.mojang.math that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft
Classes in net.minecraft that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.advancements.critereon
Methods in net.minecraft.advancements.critereon with type parameters of type StringRepresentableModifier and TypeMethodDescription<T extends Comparable<T> & StringRepresentable>
StatePropertiesPredicate.BuilderStatePropertiesPredicate.Builder.hasProperty
(Property<T> p_67698_, T p_67699_) -
Uses of StringRepresentable in net.minecraft.client.multiplayer.chat
Classes in net.minecraft.client.multiplayer.chat that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.client.telemetry
Classes in net.minecraft.client.telemetry that implement StringRepresentableModifier and TypeClassDescriptionstatic enum
static enum
-
Uses of StringRepresentable in net.minecraft.commands.arguments
Classes in net.minecraft.commands.arguments with type parameters of type StringRepresentableModifier and TypeClassDescriptionclass
StringRepresentableArgument<T extends Enum<T> & StringRepresentable>
-
Uses of StringRepresentable in net.minecraft.core
Classes in net.minecraft.core that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.data.loot
Methods in net.minecraft.data.loot with type parameters of type StringRepresentableModifier and TypeMethodDescriptionprotected <T extends Comparable<T> & StringRepresentable>
LootTable.BuilderBlockLootSubProvider.createSinglePropConditionTable
(Block p_252154_, Property<T> p_250272_, T p_250292_) -
Uses of StringRepresentable in net.minecraft.network.chat
Classes in net.minecraft.network.chat that implement StringRepresentableModifier and TypeClassDescriptionstatic enum
(package private) static enum
-
Uses of StringRepresentable in net.minecraft.util
Classes in net.minecraft.util with type parameters of type StringRepresentableModifier and TypeClassDescriptionstatic class
StringRepresentable.EnumCodec<E extends Enum<E> & StringRepresentable>
Deprecated.Methods in net.minecraft.util with type parameters of type StringRepresentableModifier and TypeMethodDescriptionstatic <E extends Enum<E> & StringRepresentable>
StringRepresentable.EnumCodec<E>Methods in net.minecraft.util with parameters of type StringRepresentableModifier and TypeMethodDescriptionstatic com.mojang.serialization.Keyable
StringRepresentable.keys
(StringRepresentable[] p_14358_) -
Uses of StringRepresentable in net.minecraft.world
Classes in net.minecraft.world that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.entity
Classes in net.minecraft.world.entity that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.entity.ai.gossip
Classes in net.minecraft.world.entity.ai.gossip that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.entity.animal
Classes in net.minecraft.world.entity.animal that implement StringRepresentableModifier and TypeClassDescriptionstatic enum
static enum
static enum
static enum
static enum
static enum
-
Uses of StringRepresentable in net.minecraft.world.entity.animal.axolotl
Classes in net.minecraft.world.entity.animal.axolotl that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.entity.animal.horse
Classes in net.minecraft.world.entity.animal.horse that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.entity.vehicle
Classes in net.minecraft.world.entity.vehicle that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.item
Classes in net.minecraft.world.item that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.item.crafting
Classes in net.minecraft.world.item.crafting that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.level
Classes in net.minecraft.world.level that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.level.biome
Classes in net.minecraft.world.level.biome that implement StringRepresentableModifier and TypeClassDescriptionstatic enum
static enum
static enum
-
Uses of StringRepresentable in net.minecraft.world.level.block
Classes in net.minecraft.world.level.block that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.level.block.entity
Classes in net.minecraft.world.level.block.entity that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.level.block.state.properties
Classes in net.minecraft.world.level.block.state.properties with type parameters of type StringRepresentableClasses in net.minecraft.world.level.block.state.properties that implement StringRepresentableModifier and TypeClassDescriptionenum
enum
enum
enum
enum
enum
enum
enum
enum
enum
enum
enum
enum
enum
enum
enum
enum
enum
enum
enum
Methods in net.minecraft.world.level.block.state.properties with type parameters of type StringRepresentableModifier 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
Classes in net.minecraft.world.level.levelgen that implement StringRepresentableModifier and TypeClassDescription(package private) static enum
(package private) static enum
static enum
static enum
static enum
static enum
static enum
-
Uses of StringRepresentable in net.minecraft.world.level.levelgen.placement
Classes in net.minecraft.world.level.levelgen.placement that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.level.levelgen.structure
Classes in net.minecraft.world.level.levelgen.structure that implement StringRepresentableModifier and TypeClassDescriptionstatic enum
enum
-
Uses of StringRepresentable in net.minecraft.world.level.levelgen.structure.placement
Classes in net.minecraft.world.level.levelgen.structure.placement that implement StringRepresentableModifier and TypeClassDescriptionenum
static enum
-
Uses of StringRepresentable in net.minecraft.world.level.levelgen.structure.pools
Classes in net.minecraft.world.level.levelgen.structure.pools that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.level.levelgen.structure.structures
Classes in net.minecraft.world.level.levelgen.structure.structures that implement StringRepresentableModifier and TypeClassDescriptionstatic enum
static enum
static enum
-
Uses of StringRepresentable in net.minecraft.world.scores.criteria
Classes in net.minecraft.world.scores.criteria that implement StringRepresentable -
Uses of StringRepresentable in net.minecraftforge.client.model.generators
Classes in net.minecraftforge.client.model.generators that implement StringRepresentableModifier and TypeClassDescriptionstatic enum
-
Uses of StringRepresentable in net.minecraftforge.common
Methods in net.minecraftforge.common with type parameters of type StringRepresentableModifier 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)
for extensible enums because this not cache the enum values on construction