JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
net.minecraft.client.renderer.texture
DynamicAtlasTreeSlot
Contents
Description
Method Summary
Method Details
x()
y()
width()
height()
Hide sidebar
Show sidebar
Interface DynamicAtlasTreeSlot
All Known Implementing Classes:
DynamicAtlasTree
public interface
DynamicAtlasTreeSlot
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
height
()
int
width
()
int
x
()
int
y
()
Method Details
x
int
x
()
y
int
y
()
width
int
width
()
height
int
height
()