Package api.client
Interface CustomUpdatingTexture
- All Known Implementing Classes:
TextureClock,TextureCompass
public interface CustomUpdatingTexture
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CustomUpdatingTexture.CustomUpdateRenderLocationstatic final CustomUpdatingTexture.CustomUpdateRenderLocationstatic final CustomUpdatingTexture.CustomUpdateRenderLocationstatic final CustomUpdatingTexture.CustomUpdateRenderLocationstatic final CustomUpdatingTexture.CustomUpdateRenderLocation -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetGlTextureId(int glTextureId) default booleandefault voidvoidvoiddefault void
-
Field Details
-
UPDATE_ANIMATION_TICK
-
DRAW_SLOT
-
FIRST_PERSON
-
ITEM_FRAME
-
WORLD_ITEM
-
-
Method Details
-
updateActive
-
updateInert
-
setGlTextureId
void setGlTextureId(int glTextureId) -
getGlTextureId
int getGlTextureId() -
getRenderLocations
List<CustomUpdatingTexture.CustomUpdateRenderLocation> getRenderLocations() -
skipUpdate
-
whitelistRenderLocations
default void whitelistRenderLocations(CustomUpdatingTexture.CustomUpdateRenderLocation... locations) -
startTextureUpdate
default void startTextureUpdate()
-