Class DisplaySettingsMessage
java.lang.Object
de.z0rdak.yawp.util.text.messages.multiline.DisplaySettingsMessage
- All Implemented Interfaces:
MultiLineMessage<BlockDisplayProperties>
public class DisplaySettingsMessage
extends Object
implements MultiLineMessage<BlockDisplayProperties>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.network.chat.MutableComponentbuildDisplayBlockInfo(IMarkableRegion region) [Cyan Stained Glass] { Hover: minecraft:cyan_stained_glass }static net.minecraft.network.chat.MutableComponentbuildDisplayGlowInfo(IMarkableRegion region) enabled { Hover: Glow effect for area display is [] }static net.minecraft.network.chat.MutableComponentstatic net.minecraft.network.chat.MutableComponentstatic net.minecraft.network.chat.MutableComponentstatic net.minecraft.network.chat.MutableComponentstatic net.minecraft.network.chat.MutableComponentList<net.minecraft.network.chat.Component> getLines()== Display Settings for [region] ==
Block: [minecraft:cyan_stained_glass] | [set]
Glow: enabled | [on] [off]
Light-Level: 15 | [set]Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.z0rdak.yawp.util.text.messages.multiline.MultiLineMessage
to
-
Constructor Details
-
DisplaySettingsMessage
-
-
Method Details
-
getLines
== Display Settings for [region] ==
Block: [minecraft:cyan_stained_glass] | [set]
Glow: enabled | [on] [off]
Light-Level: 15 | [set]- Specified by:
getLinesin interfaceMultiLineMessage<BlockDisplayProperties>
-
getContent
- Specified by:
getContentin interfaceMultiLineMessage<BlockDisplayProperties>
-
buildDisplayBlockInfo
public static net.minecraft.network.chat.MutableComponent buildDisplayBlockInfo(IMarkableRegion region) [Cyan Stained Glass] { Hover: minecraft:cyan_stained_glass } -
buildSetDisplayBlockLink
public static net.minecraft.network.chat.MutableComponent buildSetDisplayBlockLink(IMarkableRegion region) -
buildDisplayGlowInfo
public static net.minecraft.network.chat.MutableComponent buildDisplayGlowInfo(IMarkableRegion region) enabled { Hover: Glow effect for area display is [] } -
buildDisplayLightLevelInfo
public static net.minecraft.network.chat.MutableComponent buildDisplayLightLevelInfo(IMarkableRegion region) -
buildSetDisplayGlowOnLink
public static net.minecraft.network.chat.MutableComponent buildSetDisplayGlowOnLink(IMarkableRegion region) -
buildSetDisplayGlowOffLink
public static net.minecraft.network.chat.MutableComponent buildSetDisplayGlowOffLink(IMarkableRegion region) -
buildSetDisplayLightLevelLink
public static net.minecraft.network.chat.MutableComponent buildSetDisplayLightLevelLink(IMarkableRegion region)
-