Package dev.prozilla.pine.common
Interface Printable
- All Known Implementing Classes:
AnimationCurveParser,AnimationData,AudioEffectPlayer,AudioPlayer,BorderImage,ButtonNode,CameraControlData,CameraData,ChildSelector,ClassSelector,Color,ColorParser,Colour,ColourParser,Component,CSSParser,DevConsoleData,Dimension,Dimension.Add,Dimension.Clamp,Dimension.If,Dimension.Max,Dimension.Min,Dimension.Mix,Dimension.Multiply,Dimension.Subtract,DimensionBase,DimensionComparator,DimensionParser,DualDimension,DualDimensionParser,DynamicText,EasingParser,Entity,EntityChunk,EnumParser,FrameNode,GridGroup,IdSelector,ImageNode,LayoutNode,LayoutNodeStyle,LocalStorage,ModEntry,ModifierSelector,MultiTileRenderer,Node,NodeRoot,NodeStyle,NodeStyleBase,NotSelector,Parser,ParticleBurstEmitter,ParticleEmitter,ParticleFlowEmitter,ParticleRenderer,QuadDimension,RectRenderer,Scene,Selector,SelectorCombo,SelectorParser,SequentialParser,SessionStorage,SimpleParser,SpriteRenderer,Storage,StyledColorProperty,StyledDimensionProperty,StyledDirectionProperty,StyledDistributionProperty,StyledDualDimensionProperty,StyledEdgeAlignmentProperty,StyledGridAlignmentProperty,StyledIntProperty,StyledObjectProperty,StyledProperty,StyleRule,StyleSheet,TextInputNode,TextNode,Texture,TileRenderer,TooltipNode,Transform,TypeSelector,Vector,Vector2f,Vector2f.Parser,Vector2i,Vector2i.Parser,Vector3f,Vector3f.Parser,Vector3i,Vector3i.Parser,Vector4f,Vector4f.Parser,Vector4i,Vector4i.Parser,VectorFloat,VectorInt,Window
public interface Printable
Abstract interface for printable objects.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidprint()Prints this object using the system logger then terminates the line.default voidPrints this object then terminates the line.static <P extends Printable>
voidprintAll(Collection<P> printables) Deprecated.static <P extends Printable>
voidprintAll(Collection<P> printables, Logger logger) Deprecated.Replaced byLogger.logCollection(Collection)as of 2.1.0@NotNull StringtoString()Returns a string representation of this object.
-
Method Details
-
toString
Returns a string representation of this object. -
print
default void print()Prints this object using the system logger then terminates the line. -
print
Prints this object then terminates the line. -
printAll
Deprecated.Replaced byLogger.logCollection(Collection)as of 2.1.0 -
printAll
Deprecated.Replaced byLogger.logCollection(Collection)as of 2.1.0
-
Logger.logCollection(Collection)as of 2.1.0