Class OverlayInfo
-
- All Implemented Interfaces:
public final class OverlayInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
OverlayInfo.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ResourceLocation
texture
private final Integer
duration
public final static OverlayInfo.Companion
Companion
-
Constructor Summary
Constructors Constructor Description OverlayInfo(ResourceLocation texture, Integer duration)
-
Method Summary
Modifier and Type Method Description final ResourceLocation
getTexture()
The texture to display. final Integer
getDuration()
The length of time (in ticks) to display the overlay for. -
-
Constructor Detail
-
OverlayInfo
OverlayInfo(ResourceLocation texture, Integer duration)
-
-
Method Detail
-
getTexture
final ResourceLocation getTexture()
The texture to display.
-
getDuration
final Integer getDuration()
The length of time (in ticks) to display the overlay for.
-
-
-
-