Uses of Record Class
me.rochblondiaux.blockbench.element.uv.BlockBenchUvImpl
Packages that use BlockBenchUvImpl
-
Uses of BlockBenchUvImpl in me.rochblondiaux.blockbench.element.face
Methods in me.rochblondiaux.blockbench.element.face that return BlockBenchUvImplModifier and TypeMethodDescriptionBlockBenchElementFace.down()Returns the value of thedownrecord component.BlockBenchElementFace.east()Returns the value of theeastrecord component.BlockBenchElementFace.north()Returns the value of thenorthrecord component.BlockBenchElementFace.south()Returns the value of thesouthrecord component.BlockBenchElementFace.up()Returns the value of theuprecord component.BlockBenchElementFace.west()Returns the value of thewestrecord component.Constructors in me.rochblondiaux.blockbench.element.face with parameters of type BlockBenchUvImplModifierConstructorDescriptionBlockBenchElementFace(BlockBenchUvImpl north, BlockBenchUvImpl east, BlockBenchUvImpl south, BlockBenchUvImpl west, BlockBenchUvImpl up, BlockBenchUvImpl down) Creates an instance of aBlockBenchElementFacerecord class.