Uses of Interface
net.neoforged.neoforge.client.CustomBlockOutlineRenderer
Packages that use CustomBlockOutlineRenderer
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of CustomBlockOutlineRenderer in net.minecraft.client.renderer.state
Fields in net.minecraft.client.renderer.state with type parameters of type CustomBlockOutlineRendererModifier and TypeFieldDescriptionprivate final List<CustomBlockOutlineRenderer> BlockOutlineRenderState.customRenderersThe field for thecustomRenderersrecord component.Methods in net.minecraft.client.renderer.state that return types with arguments of type CustomBlockOutlineRendererModifier and TypeMethodDescriptionBlockOutlineRenderState.customRenderers()Returns the value of thecustomRenderersrecord component.Constructor parameters in net.minecraft.client.renderer.state with type arguments of type CustomBlockOutlineRendererModifierConstructorDescriptionBlockOutlineRenderState(BlockPos p_451260_, boolean p_451414_, boolean p_451550_, VoxelShape p_451218_, List<CustomBlockOutlineRenderer> customRenderers) BlockOutlineRenderState(BlockPos pos, boolean isTranslucent, boolean highContrast, VoxelShape shape, @Nullable VoxelShape collisionShape, @Nullable VoxelShape occlusionShape, @Nullable VoxelShape interactionShape, List<CustomBlockOutlineRenderer> customRenderers) Creates an instance of aBlockOutlineRenderStaterecord class. -
Uses of CustomBlockOutlineRenderer in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event with type parameters of type CustomBlockOutlineRendererModifier and TypeFieldDescriptionprivate final List<CustomBlockOutlineRenderer> ExtractBlockOutlineRenderStateEvent.customRenderersMethods in net.neoforged.neoforge.client.event that return types with arguments of type CustomBlockOutlineRendererMethods in net.neoforged.neoforge.client.event with parameters of type CustomBlockOutlineRendererModifier and TypeMethodDescriptionvoidExtractBlockOutlineRenderStateEvent.addCustomRenderer(CustomBlockOutlineRenderer renderer) Add a custom outline renderer to perform non-standard outline rendering.