Class BarricadeClientPlatformHelperFabric
java.lang.Object
net.modgarden.barricade.client.platform.BarricadeClientPlatformHelperFabric
- All Implemented Interfaces:
BarricadeClientPlatformHelper
public class BarricadeClientPlatformHelperFabric
extends Object
implements BarricadeClientPlatformHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsendFailureClient(com.mojang.brigadier.context.CommandContext<?> context, net.minecraft.network.chat.Component component) voidsendSuccessClient(com.mojang.brigadier.context.CommandContext<?> context, net.minecraft.network.chat.Component component)
-
Constructor Details
-
BarricadeClientPlatformHelperFabric
public BarricadeClientPlatformHelperFabric()
-
-
Method Details
-
sendSuccessClient
public void sendSuccessClient(com.mojang.brigadier.context.CommandContext<?> context, net.minecraft.network.chat.Component component) - Specified by:
sendSuccessClientin interfaceBarricadeClientPlatformHelper
-
sendFailureClient
public void sendFailureClient(com.mojang.brigadier.context.CommandContext<?> context, net.minecraft.network.chat.Component component) - Specified by:
sendFailureClientin interfaceBarricadeClientPlatformHelper
-