public interface FormattedPropertyVisitor
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
visit(BiomeProperty property,
net.minecraft.util.ResourceLocation registryKey) |
java.lang.String |
visit(BlockProperty property,
net.minecraft.util.ResourceLocation registryKey) |
java.lang.String |
visit(BooleanProperty property,
net.minecraft.util.ResourceLocation registryKey) |
java.lang.String |
visit(EntityEntryProperty property,
net.minecraft.util.ResourceLocation registryKey) |
java.lang.String |
visit(FloatProperty property,
net.minecraft.util.ResourceLocation registryKey) |
java.lang.String |
visit(IntProperty property,
net.minecraft.util.ResourceLocation registryKey) |
java.lang.String |
visit(ListProperty property,
net.minecraft.util.ResourceLocation registryKey) |
java.lang.String |
visit(ScreenProperty property,
net.minecraft.util.ResourceLocation registryKey) |
java.lang.String |
visit(StringProperty property,
net.minecraft.util.ResourceLocation registryKey) |
java.lang.String visit(BooleanProperty property, net.minecraft.util.ResourceLocation registryKey)
java.lang.String visit(FloatProperty property, net.minecraft.util.ResourceLocation registryKey)
java.lang.String visit(IntProperty property, net.minecraft.util.ResourceLocation registryKey)
java.lang.String visit(StringProperty property, net.minecraft.util.ResourceLocation registryKey)
java.lang.String visit(ListProperty property, net.minecraft.util.ResourceLocation registryKey)
java.lang.String visit(BiomeProperty property, net.minecraft.util.ResourceLocation registryKey)
java.lang.String visit(BlockProperty property, net.minecraft.util.ResourceLocation registryKey)
java.lang.String visit(EntityEntryProperty property, net.minecraft.util.ResourceLocation registryKey)
java.lang.String visit(ScreenProperty property, net.minecraft.util.ResourceLocation registryKey)