Class VisualizationOptionsMessage
java.lang.Object
de.z0rdak.yawp.util.text.messages.multiline.VisualizationOptionsMessage
- All Implemented Interfaces:
MultiLineMessage<IMarkableArea>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.network.chat.MutableComponentbuildHideLink(IMarkableRegion region, DisplayType displayType) static net.minecraft.network.chat.MutableComponentbuildHideLinks(IMarkableRegion region) 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.MutableComponentbuildShowAdvancedLink(IMarkableRegion region, DisplayType displayType, net.minecraft.resources.ResourceLocation block, boolean glow, int lightLevel) static net.minecraft.network.chat.MutableComponentbuildShowLink(IMarkableRegion region, DisplayType displayType) static net.minecraft.network.chat.MutableComponentbuildShowLinks(IMarkableRegion region) List<net.minecraft.network.chat.Component>getLines()== Visualization for [region] ==
Show: [Hull] [Frame] [Minimal] [Marked] | [custom] Hide: [Hull] [Frame] [Minimal] [Marked] Hierarchy: [Show] | [Hide] Intersecting: [Show] | [Hide]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
-
VisualizationOptionsMessage
-
-
Method Details
-
getLines
== Visualization for [region] ==
Show: [Hull] [Frame] [Minimal] [Marked] | [custom] Hide: [Hull] [Frame] [Minimal] [Marked] Hierarchy: [Show] | [Hide] Intersecting: [Show] | [Hide]- Specified by:
getLinesin interfaceMultiLineMessage<IMarkableArea>
-
getContent
- Specified by:
getContentin interfaceMultiLineMessage<IMarkableArea>
-
buildShowLinks
-
buildShowAdvancedLink
public static net.minecraft.network.chat.MutableComponent buildShowAdvancedLink(IMarkableRegion region, DisplayType displayType, net.minecraft.resources.ResourceLocation block, boolean glow, int lightLevel) -
buildHideLinks
-
buildShowLink
public static net.minecraft.network.chat.MutableComponent buildShowLink(IMarkableRegion region, DisplayType displayType) -
buildHideLink
public static net.minecraft.network.chat.MutableComponent buildHideLink(IMarkableRegion region, DisplayType displayType) -
buildHierarchyShowLink
public static net.minecraft.network.chat.MutableComponent buildHierarchyShowLink(IMarkableRegion region) -
buildHierarchyHideLink
public static net.minecraft.network.chat.MutableComponent buildHierarchyHideLink(IMarkableRegion region) -
buildIntersectingHideLink
public static net.minecraft.network.chat.MutableComponent buildIntersectingHideLink(IMarkableRegion region) -
buildIntersectingShowLink
public static net.minecraft.network.chat.MutableComponent buildIntersectingShowLink(IMarkableRegion region)
-