| private static final org.slf4j.Logger |
| LOGGER |
| field_42397 |
| LOGGER |
|
| public static final int |
| NO_BRIGHTNESS_OVERRIDE |
| field_42384 |
| field_42384 |
|
| private static final TrackedData<Integer> |
| DATA_TRANSFORMATION_INTERPOLATION_START_DELTA_TICKS_ID |
| field_45112 |
| START_INTERPOLATION |
|
| private static final TrackedData<Integer> |
| DATA_TRANSFORMATION_INTERPOLATION_DURATION_ID |
| field_45113 |
| INTERPOLATION_DURATION |
|
| private static final TrackedData<Integer> |
| DATA_POS_ROT_INTERPOLATION_DURATION_ID |
| field_45114 |
| TELEPORT_DURATION |
|
| private static final TrackedData<org.joml.Vector3fc> |
| DATA_TRANSLATION_ID |
| field_42401 |
| TRANSLATION |
|
| private static final TrackedData<org.joml.Vector3fc> |
| DATA_SCALE_ID |
| field_42402 |
| SCALE |
|
| private static final TrackedData<org.joml.Quaternionfc> |
| DATA_LEFT_ROTATION_ID |
| field_42403 |
| LEFT_ROTATION |
|
| private static final TrackedData<org.joml.Quaternionfc> |
| DATA_RIGHT_ROTATION_ID |
| field_42367 |
| RIGHT_ROTATION |
|
| private static final TrackedData<Byte> |
| DATA_BILLBOARD_RENDER_CONSTRAINTS_ID |
| field_42368 |
| BILLBOARD |
|
| private static final TrackedData<Integer> |
| DATA_BRIGHTNESS_OVERRIDE_ID |
| field_42369 |
| BRIGHTNESS |
|
| private static final TrackedData<Float> |
| DATA_VIEW_RANGE_ID |
| field_42370 |
| VIEW_RANGE |
|
| private static final TrackedData<Float> |
| DATA_SHADOW_RADIUS_ID |
| field_42371 |
| SHADOW_RADIUS |
|
| private static final TrackedData<Float> |
| DATA_SHADOW_STRENGTH_ID |
| field_42372 |
| SHADOW_STRENGTH |
|
| private static final TrackedData<Float> |
| DATA_WIDTH_ID |
| field_42373 |
| WIDTH |
|
| private static final TrackedData<Float> |
| DATA_HEIGHT_ID |
| field_42374 |
| HEIGHT |
|
| private static final TrackedData<Integer> |
| DATA_GLOW_COLOR_OVERRIDE_ID |
| field_42375 |
| GLOW_COLOR_OVERRIDE |
|
| private static final it.unimi.dsi.fastutil.ints.IntSet |
| RENDER_STATE_IDS |
| field_43180 |
| RENDERING_DATA_IDS |
|
| private static final int |
| INITIAL_TRANSFORMATION_INTERPOLATION_DURATION |
| field_57573 |
| DEFAULT_INTERPOLATION_DURATION |
|
| private static final int |
| INITIAL_TRANSFORMATION_START_INTERPOLATION |
| field_57574 |
| DEFAULT_START_INTERPOLATION |
|
| private static final int |
| INITIAL_POS_ROT_INTERPOLATION_DURATION |
| field_56423 |
| field_56423 |
|
| private static final float |
| INITIAL_SHADOW_RADIUS |
| field_42376 |
| field_42376 |
|
| private static final float |
| INITIAL_SHADOW_STRENGTH |
| field_42377 |
| field_42377 |
|
| private static final float |
| INITIAL_VIEW_RANGE |
| field_57575 |
| field_57575 |
|
| private static final float |
| INITIAL_WIDTH |
| field_57576 |
| field_57576 |
|
| private static final float |
| INITIAL_HEIGHT |
| field_57577 |
| field_57577 |
|
| private static final int |
| NO_GLOW_COLOR_OVERRIDE |
| field_42378 |
| field_42378 |
|
| public static final String |
| TAG_POS_ROT_INTERPOLATION_DURATION |
| field_45109 |
| TELEPORT_DURATION_KEY |
|
| public static final String |
| TAG_TRANSFORMATION_INTERPOLATION_DURATION |
| field_45110 |
| INTERPOLATION_DURATION_KEY |
|
| public static final String |
| TAG_TRANSFORMATION_START_INTERPOLATION |
| field_45111 |
| START_INTERPOLATION_KEY |
|
| public static final String |
| TAG_TRANSFORMATION |
| field_42387 |
| TRANSFORMATION_NBT_KEY |
|
| public static final String |
| TAG_BILLBOARD |
| field_42388 |
| BILLBOARD_NBT_KEY |
|
| public static final String |
| TAG_BRIGHTNESS |
| field_42389 |
| BRIGHTNESS_NBT_KEY |
|
| public static final String |
| TAG_VIEW_RANGE |
| field_42390 |
| VIEW_RANGE_NBT_KEY |
|
| public static final String |
| TAG_SHADOW_RADIUS |
| field_42391 |
| SHADOW_RADIUS_NBT_KEY |
|
| public static final String |
| TAG_SHADOW_STRENGTH |
| field_42392 |
| SHADOW_STRENGTH_NBT_KEY |
|
| public static final String |
| TAG_WIDTH |
| field_42393 |
| WIDTH_NBT_KEY |
|
| public static final String |
| TAG_HEIGHT |
| field_42394 |
| HEIGHT_NBT_KEY |
|
| public static final String |
| TAG_GLOW_COLOR_OVERRIDE |
| field_42395 |
| GLOW_COLOR_OVERRIDE_NBT_KEY |
|
| private long |
| interpolationStartClientTick |
| field_42620 |
| interpolationStart |
|
| private int |
| interpolationDuration |
| field_43181 |
| interpolationDuration |
|
| private float |
| lastProgress |
| field_43135 |
| lerpProgress |
|
| private Box |
| cullingBoundingBox |
| field_42383 |
| visibilityBoundingBox |
|
| private boolean |
| noCulling |
| field_52434 |
| tooSmallToRender |
|
| protected boolean |
| updateRenderState |
| field_43185 |
| renderingDataSet |
|
| private boolean |
| updateStartTick |
| field_43182 |
| startInterpolationSet |
|
| private boolean |
| updateInterpolationDuration |
| field_43183 |
| interpolationDurationSet |
|
| private DisplayEntity$RenderState |
| renderState |
| field_43184 |
| renderProperties |
|
| private final LinearPositionInterpolator |
| interpolation |
| field_55654 |
| interpolator |
|