Uses of Class
net.neoforged.neoforge.client.model.ao.AoCalculatedFace
Packages that use AoCalculatedFace
-
Uses of AoCalculatedFace in net.neoforged.neoforge.client.model.ao
Fields in net.neoforged.neoforge.client.model.ao declared as AoCalculatedFaceMethods in net.neoforged.neoforge.client.model.ao that return AoCalculatedFaceModifier and TypeMethodDescription(package private) AoCalculatedFace
FullFaceCalculator.calculateFace
(net.minecraft.world.level.BlockAndTintGetter level, net.minecraft.world.level.block.state.BlockState renderedState, net.minecraft.core.BlockPos renderedPos, net.minecraft.core.Direction direction, boolean shade, boolean sampleOutside) Methods in net.neoforged.neoforge.client.model.ao with parameters of type AoCalculatedFaceModifier and TypeMethodDescriptionprivate void
FullFaceCalculator.calculateFaceUncached
(AoCalculatedFace out, net.minecraft.world.level.BlockAndTintGetter level, net.minecraft.world.level.block.state.BlockState renderedState, net.minecraft.core.BlockPos renderedPos, net.minecraft.core.Direction direction, boolean shade, boolean sampleOutside) Computes the AO for a full face.private static float
EnhancedAoRenderStorage.interpolateBrightness
(AoCalculatedFace in, float[] weights) Interpolates brightness from the 4 corners of a face.private static int
EnhancedAoRenderStorage.interpolateLightmap
(AoCalculatedFace in, float[] weights) Interpolates lightmap from the 4 corners of a face.