net.minecraft.client.render.block.entity

public class OrientationMap<T>

net.minecraft.client.renderer.blockentity.WallAndGroundTransformations
net.minecraft.class_1_452
net.minecraft.client.render.block.entity.OrientationMap

Field summary

Modifier and TypeField
private final Map<Direction, T>
wallTransforms
field_1_2427
wall
private final T[]
freeTransformations
field_1_2426
floor

Constructor summary

ModifierConstructor
public (Function<Direction, T> wall, IntFunction<T> floor, int numRotations)

Method summary

Modifier and TypeMethod
public T
wallTransformation(Direction facing)
method_1_2890(class_2350 arg0)
getWall(Direction facing)
public T
freeTransformations(int segment)
method_1_2889(int arg0)
getFloor(int orientation)